@import url(/templates/website/res/scss/common/font-awesome.min.css);@import url(/templates/website/res/scss/common/iconfont.css);@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html, body {
  -webkit-text-size-adjust: none; }

body {
  font-size: 13px;
  color: #333;
  background: #fff;
  font-family: "Helvetica Neue","Microsoft Yahei",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; }

ol li, ul li {
  list-style-type: none;
  vertical-align: middle; }

img {
  border: none;
  vertical-align: middle; }

input {
  vertical-align: middle; }

font {
  font-size: 12px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal; }

a {
  text-decoration: none;
  white-space: nowrap; }

.fl {
  float: left; }

.fr {
  float: right; }

.pull_right {
  float: right; }

.pull_left {
  float: left; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-v-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.al-it-st {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center; }

.ui_justify:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

.ui_justify {
  text-align: justify;
  font-size: 0; }

.ui_justify .ui_justify_item {
  display: inline-block;
  vertical-align: top; }

/* clear float */
.clear, .clearfix:after {
  clear: both; }

.clear, .clearfix:before, .clearfix:after {
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before, .clearfix:after {
  content: ''; }

.clearfix {
  *zoom: 1; }

/* css3  */
.border {
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.shadow {
  position: relative;
  -moz-box-shadow: 2px 2px 10px #06C;
  -webkit-box-shadow: 2px 2px 10px #06C;
  box-shadow: 2px 2px 10px #06C; }

.transition {
  transition: all .3s ease 0s; }

.links a:hover {
  color: #fff; }

.copy {
  color: #9f9fa0;
  font-size: 14px;
  line-height: 28px; }

.copy a {
  color: #868688; }

.copy a:hover {
  color: #fff; }

.bgf7 {
  background: #f7fbff; }

.bgf8 {
  background: #f8f9fb; }

.bg_index1 {
  background: #F9FBFF; }

.bg_index2 {
  background: #EFF5FF; }

/* 
  底部banner  
  */
.tuandui {
  height: 304px;
  margin-top: 0;
  text-align: center;
  background: url("/templates/website/res/img/index/底图.png") no-repeat center bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.tuandui p {
  font-size: 40px;
  padding-bottom: 30px;
  line-height: 50px;
  font-weight: 600; }

.tuandui a {
  color: #fff;
  background: #336FFF;
  width: 190px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 16px;
  transition: all .3s ease 0s; }

.tuandui a:hover {
  transform: translateY(-5px);
  box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
  transition: all .3s ease 0s;
  background: #336FFF; }

.slogen {
  font-size: 16px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.box_tabcss_img {
  background-size: 432px; }

/*
* 面包屑
*/
@media (min-width: 768px) {
  .crumb {
    display: block !important;
    text-align: left !important;
    padding: 10px 0px;
    font-size: 16px;
    color: #cdd0d6; }
    .crumb a {
      color: #55575b; }
      .crumb a:hover {
        color: #007bc0; }
    .crumb span {
      color: black; }
    .crumb .icon {
      font-size: 20px; } }

@media (min-width: 1200px) {
  /* 
  首尾公用  
  */
  .w1200 {
    width: 1200px;
    margin: 0 auto; }
  .header_fix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .header_fix_1 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: transparent; }
  .header_fix_1:hover {
    background-color: #fff;
    transition: all .3s ease 0s; }
  .header_fix_1:hover .menu_1 li strong a {
    color: #333; }
  .header_fix_1:hover .menu_1 li:hover strong a {
    color: #fff;
    background: #0086c7; }
  .header_fix_1:hover .login {
    color: #0086c7; }
  .header_fix_1 .head_btn .come {
    color: #fff; }
  .header_box {
    width: 100%;
    height: 70px; }
  .header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .logo {
    flex-shrink: 0; }
  .head_btn {
    flex-shrink: 0; }
  .head_btn a {
    display: inline-block;
    font-size: 16px;
    color: #0086c7;
    border: 0px solid #0086c7;
    padding: 0 30px;
    line-height: 34px;
    border-radius: 5px;
    transition: all .3s ease 0s; }
  .head_btn .login {
    color: #fff; }
  .head_btn a.login:hover {
    background: #0086c7;
    color: #fff; }
  .head_btn a.hover {
    color: #fff;
    background: #0086c7;
    transition: all .3s ease 0s; }
  .head_btn a:hover {
    background: #0086c7;
    color: #fff; }
  .head_btn a.hover:hover {
    background: #0090d6; }
  .menu {
    display: none; }
  .menu_pc {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 70px; }
  .menu_pc li {
    position: relative;
    height: 70px;
    line-height: 70px; }
  .menu_pc li strong {
    display: block; }
  .menu_pc li strong a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 0 19px;
    transition: all .3s ease 0s; }
  .menu_pc li strong span {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    display: block;
    position: absolute;
    bottom: 0px; }
  .menu_pc_show {
    width: 100%;
    display: none;
    position: fixed;
    top: 70px;
    z-index: 50;
    background-color: #ffffff;
    min-height: 500px;
    box-shadow: 5px 5px 10px 0 rgba(203, 207, 237, 0.5);
    transition: all .3s ease 0s; }
  .menu_pc_show .menu_pc_content {
    display: flex;
    height: 100%; }
  .menu_pc_show .menu_pc_content .menu_pc_content_left {
    width: 200px;
    box-sizing: border-box;
    box-shadow: 15px 0 10px -10px rgba(0, 0, 0, 0.05);
    padding: 20px 5px;
    display: none; }
  .menu_pc_show .menu_pc_content .menu_pc_content_right {
    width: 1000px;
    padding: 20px;
    display: none;
    box-sizing: border-box; }
  .menu_pc_show .menu_pc_content .menu_pc_content_special {
    padding: 20px 0 20px 0;
    display: none;
    width: 100%; }
  .menu_pc_show .menu_pc_content .menu_pc_content_left ul {
    text-decoration: none; }
  .menu_pc_show .menu_pc_content .menu_pc_content_left ul li {
    padding: 10px;
    font-size: 16px; }
  .menu_pc_show .box {
    display: flex;
    align-items: flex-start; }
    .menu_pc_show .box .box_title {
      font-size: 16px;
      font-weight: 600;
      margin-top: 10px;
      width: 100px;
      margin-right: 15px; }
    .menu_pc_show .box .wd_720 {
      width: 720px; }
    .menu_pc_show .box .box_content {
      display: flex;
      flex-wrap: wrap;
      flex: 1; }
      .menu_pc_show .box .box_content .small_width {
        width: 170px; }
      .menu_pc_show .box .box_content .big_width {
        width: 260px; }
      .menu_pc_show .box .box_content .large_width {
        width: 320px; }
      .menu_pc_show .box .box_content .big_padding {
        padding: 10px; }
      .menu_pc_show .box .box_content .small_padding {
        padding: 5px; }
      .menu_pc_show .box .box_content .box_content_card {
        cursor: pointer;
        display: flex;
        margin-right: 15px;
        padding: 10px;
        margin-bottom: 20px;
        transition: all .3s ease 0s; }
        .menu_pc_show .box .box_content .box_content_card .card_big_img {
          margin-right: 10px;
          width: 60px;
          height: 60px; }
          .menu_pc_show .box .box_content .box_content_card .card_big_img img {
            width: 100%;
            height: 100%; }
        .menu_pc_show .box .box_content .box_content_card .card_img {
          width: 16px;
          height: 16px;
          margin-top: 3px; }
          .menu_pc_show .box .box_content .box_content_card .card_img img {
            width: 100%;
            height: 100%;
            margin-top: 3px;
            vertical-align: top; }
        .menu_pc_show .box .box_content .box_content_card .box_content_card_right {
          margin-left: 5px;
          flex: 1; }
          .menu_pc_show .box .box_content .box_content_card .box_content_card_right .card_right_title {
            font-size: 16px;
            font-weight: 600; }
          .menu_pc_show .box .box_content .box_content_card .box_content_card_right .card_right_desc {
            font-size: 14px;
            color: #aaaaaa;
            margin-top: 5px;
            line-height: 22px; }
          .menu_pc_show .box .box_content .box_content_card .box_content_card_right .height_66 {
            height: 66px; }
      .menu_pc_show .box .box_content .box_content_link {
        cursor: pointer;
        color: #409EFF;
        display: flex;
        align-items: center; }
        .menu_pc_show .box .box_content .box_content_link img {
          margin-top: -3px;
          width: 15px;
          height: 15px;
          margin-left: 5px; }
    .menu_pc_show .box .box-poster .box-poster_img {
      width: 240px;
      height: 240px; }
      .menu_pc_show .box .box-poster .box-poster_img img {
        width: 100%;
        height: 100%; }
    .menu_pc_show .box .box-poster .box-poster_content {
      width: 200px;
      padding: 20px;
      background-color: #EFF5FF;
      transition: all .3s ease 0s; }
      .menu_pc_show .box .box-poster .box-poster_content .box-poster_title {
        font-size: 16px;
        font-weight: 600; }
      .menu_pc_show .box .box-poster .box-poster_content .box-poster_desc {
        font-size: 14px;
        color: #aaaaaa;
        margin-top: 5px;
        line-height: 22px;
        margin-bottom: 30px; }
      .menu_pc_show .box .box-poster .box-poster_content .box_poster_link {
        cursor: pointer;
        color: #409EFF;
        display: flex;
        align-items: center; }
        .menu_pc_show .box .box-poster .box-poster_content .box_poster_link img {
          margin-top: -3px;
          width: 15px;
          height: 15px;
          margin-left: 5px; }
  .menu_pc_show .platform_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between; }
    .menu_pc_show .platform_box .platform_box_poster {
      width: 285px;
      margin-bottom: 20px; }
      .menu_pc_show .platform_box .platform_box_poster .platform_box_img {
        width: 100%;
        box-sizing: border-box;
        position: relative; }
        .menu_pc_show .platform_box .platform_box_poster .platform_box_img .platform_box_img_text {
          font-size: 24px;
          text-align: center;
          line-height: 100%;
          position: absolute;
          width: fit-content;
          font-weight: 600;
          transform: translate(0, -50%);
          margin: 0 20px;
          top: 50%; }
        .menu_pc_show .platform_box .platform_box_poster .platform_box_img img {
          width: 100%; }
    .menu_pc_show .platform_box .platform_box_content {
      cursor: pointer;
      position: relative;
      padding: 15px;
      height: 250px; }
      .menu_pc_show .platform_box .platform_box_content .platform_box_content_title {
        font-size: 16px;
        font-weight: 600; }
      .menu_pc_show .platform_box .platform_box_content .platform_box_content_desc {
        font-size: 14px;
        color: #aaaaaa;
        margin-top: 5px;
        line-height: 22px;
        margin-bottom: 30px; }
      .menu_pc_show .platform_box .platform_box_content .platform_box_content_link {
        position: absolute;
        bottom: 20px;
        color: #409EFF;
        display: flex;
        align-items: center; }
        .menu_pc_show .platform_box .platform_box_content .platform_box_content_link img {
          width: 15px;
          height: 15px;
          margin-left: 5px; }
  .menu_1 {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 70px; }
  .menu_1 li {
    position: relative;
    height: 70px;
    line-height: 70px; }
  .menu_1 li strong {
    display: block; }
  .menu_1 li strong a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 19px;
    transition: all .3s ease 0s; }
  .menu_1 li:hover strong a {
    color: #fff;
    background: #0086c7; }
  .menu_1 li p {
    display: none;
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    padding: 10px 0;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .menu_1 li p a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0 5px 35px; }
  .menu_1 li:hover p {
    display: block; }
  .menu_1 li p a:hover {
    color: #0086c7; }
  .menu_1 li p img {
    margin-right: 5px; }
  .menu_box1 {
    width: 165px;
    box-sizing: border-box;
    border-radius: 10px; }
  .menu_box2 {
    width: 190px;
    box-sizing: border-box;
    border-radius: 10px; }
  .menu_box3 {
    display: none;
    height: 220px;
    width: 190px;
    box-sizing: border-box;
    border-radius: 10px;
    flex-wrap: wrap;
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    padding: 10px 0;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 0 10px; }
    .menu_box3 .method {
      width: 65px;
      float: left;
      margin: 9px;
      text-align: center;
      line-height: 30px; }
      .menu_box3 .method a {
        font-size: 14px;
        color: #333333;
        line-height: 39px; }
      .menu_box3 .method a:nth-child(1) {
        font-size: 16px;
        color: #0086c7;
        cursor: default; }
      .menu_box3 .method a:hover {
        color: #0086c7; }
  .menu li:hover .menu_box3 {
    display: flex; }
  .menu_1 li:hover .menu_box3 {
    display: flex; }
  .menu_bottom2 {
    display: flex; }
    .menu_bottom2 p {
      width: 40%; }
  .footer_bg {
    background: #222327; }
  .foot_head {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px; }
  .weixin {
    flex-shrink: 0;
    width: 240px;
    color: #fff; }
  .weixin h3 {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px; }
  .weixin span {
    font-size: 14px;
    line-height: 20px;
    display: block; }
  .weixin strong {
    font-size: 18px;
    line-height: 24px;
    display: block; }
  .weixin ul {
    display: flex;
    align-items: center;
    padding-top: 25px; }
  .weixin li {
    padding-right: 30px;
    text-align: center; }
  .weixin li p {
    color: #868688;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px; }
  .help {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    display: flex; }
  .help li:not(:nth-child(1)) {
    width: 18.75%; }
  .help li:nth-child(1) {
    width: 25%; }
  .help li h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 7px 0; }
  .help li h3 a {
    color: #fff; }
  .help li p a {
    display: block;
    color: #868688;
    line-height: 36px;
    font-size: 14px; }
  .help li p a:hover {
    color: #fff; }
  .footer {
    text-align: center;
    padding: 30px 0; }
  .address {
    color: #fff;
    font-size: 14px;
    line-height: 28px; }
  .links {
    color: #9f9fa0;
    font-size: 12px;
    line-height: 28px; }
  .links a {
    color: #9f9fa0;
    font-size: 14px;
    padding: 0 3px; }
  .copy {
    color: #9f9fa0;
    font-size: 14px;
    line-height: 28px; }
  .copy a {
    color: #868688; }
  .menu_ico {
    display: none; }
  /* 
  banner  
  */
  .banner {
    width: 100%;
    height: 610px;
    overflow: hidden; }
  .banner_text {
    height: 540px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner_text h3 {
    font-size: 56px;
    line-height: 70px; }
  .banner_text h1 {
    font-size: 56px;
    line-height: 70px; }
  .banner_text p {
    font-size: 22px;
    padding-bottom: 40px;
    line-height: 40px; }
  .banner_text a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    background: #0086c7;
    padding: 0 40px;
    border-radius: 10px;
    transition: all .3s ease 0s; }
  .banner_text .info4:hover .box1 {
    background: #fff;
    color: #000; }
  .banner_text_1 {
    height: 610px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner_text_1 .one {
    font-size: 56px;
    line-height: 70px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content; }
  .banner_text_1 .three {
    font-size: 50px;
    line-height: 70px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content; }
  .banner_text_1 h1 {
    font-size: 56px;
    line-height: 70px; }
  .banner_text_1 p {
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 22px;
    line-height: 40px;
    padding: 0 10px 0 20px;
    border-radius: 45px;
    width: fit-content;
    letter-spacing: 12px;
    background-image: -webkit-linear-gradient(left, #3d2ca7, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 h5 {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 100;
    padding: 0 10px;
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .a1 {
    margin-top: 50px;
    display: inline-block;
    font-size: 22px;
    color: #6d72b2;
    height: 56px;
    line-height: 56px;
    background: #fff;
    padding: 0 40px;
    border-radius: 10px;
    transition: all .3s ease 0s;
    border-radius: 15px; }
  .banner_text_1 .two {
    margin-top: 30px;
    font-size: 56px;
    line-height: 70px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content;
    padding: 0 120px;
    margin-bottom: 10px; }
  .banner_text_1 .right {
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 22px;
    line-height: 40px;
    padding: 0 75px 0 85px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(left, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .left1 {
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 22px;
    line-height: 40px;
    padding: 0 75px 0 85px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(right, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .left2 {
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 22px;
    line-height: 40px;
    padding: 0 30px 0 40px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(right, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .a2 {
    margin-top: 30px;
    display: inline-block;
    font-size: 22px;
    color: #6d72b2;
    height: 56px;
    line-height: 56px;
    background: #fff;
    padding: 0 40px;
    border-radius: 10px;
    transition: all .3s ease 0s;
    border-radius: 15px;
    margin-left: 120px; }
  .banner_text_1 a:hover {
    background: #0090d6;
    color: #fff; }
  .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1; }
  .banner .swiper-pagination-bullet-active {
    background: #0086c7; }
  .banner .hauto {
    height: 540px; }
  .banner .index_banner2 {
    background: url("/templates/website/res/2020/img/index_banner2.png") no-repeat center center;
    background-size: cover;
    width: 100%; }
  .banner .index_banner1 {
    background: url("/templates/website/res/2020/img/meiboss_banner.png") no-repeat center center;
    background-size: cover;
    width: 100%; }
  .new_banner {
    width: 100%;
    height: 610px;
    overflow: hidden; }
    .new_banner .new_banner_bg {
      width: 100%;
      height: 100%;
      background: url("/templates/website/res/img/index/banner底图@2x.png") no-repeat center center;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center; }
      .new_banner .new_banner_bg .bg_content {
        display: flex;
        align-items: center; }
        .new_banner .new_banner_bg .bg_content .bg_content_left .big_text {
          font-size: 56px;
          font-weight: 600;
          line-height: 78px; }
        .new_banner .new_banner_bg .bg_content .bg_content_left .normal_text {
          font-size: 32px;
          font-weight: 600;
          line-height: 45px; }
        .new_banner .new_banner_bg .bg_content .bg_content_left .small_text {
          font-size: 16px;
          color: #666666;
          line-height: 24px; }
        .new_banner .new_banner_bg .bg_content .bg_content_left span a {
          margin-top: 50px;
          display: inline-block;
          font-size: 22px;
          color: #fff;
          height: 56px;
          line-height: 56px;
          background: #336FFF;
          padding: 0 40px;
          border-radius: 10px;
          transition: all .3s ease 0s; }
        .new_banner .new_banner_bg .bg_content .bg_content_left span a:hover {
          transform: translateY(-5px);
          box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
          transition: all .3s ease 0s; }
        .new_banner .new_banner_bg .bg_content .bg_content_right {
          width: 750px;
          height: 500px; }
          .new_banner .new_banner_bg .bg_content .bg_content_right img {
            width: 100%;
            height: 100%; }
  .w1200 .index_content {
    width: 100%;
    padding: 60px 0; }
    .w1200 .index_content .index_box {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .w1200 .index_content .index_box .index_box_title {
        font-size: 40px;
        line-height: 56px;
        font-weight: 600; }
      .w1200 .index_content .index_box .index_box_desc {
        margin-top: 30px;
        font-size: 16px;
        line-height: 22px;
        color: #666666; }
      .w1200 .index_content .index_box .index_box_func {
        margin-top: 60px;
        display: flex; }
        .w1200 .index_content .index_box .index_box_func .func_text {
          width: 185px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin: 20px 0; }
          .w1200 .index_content .index_box .index_box_func .func_text .align_right {
            text-align: right; }
          .w1200 .index_content .index_box .index_box_func .func_text .align_left {
            text-align: left; }
          .w1200 .index_content .index_box .index_box_func .func_text .func_box .func_box_title {
            font-size: 20px;
            line-height: 28px;
            font-weight: 600; }
          .w1200 .index_content .index_box .index_box_func .func_text .func_box .func_box_desc {
            margin-top: 5px;
            font-size: 14px;
            line-height: 24px;
            color: #666666; }
        .w1200 .index_content .index_box .index_box_func .func_img {
          position: relative;
          margin: 0 30px; }
          .w1200 .index_content .index_box .index_box_func .func_img .func_img_text {
            width: 200px;
            position: absolute;
            left: 182px;
            /* 左边界与容器宽度的一半重合 */
            top: 230px; }
            .w1200 .index_content .index_box .index_box_func .func_img .func_img_text .func_img_title {
              text-align: center;
              font-size: 20px;
              line-height: 28px;
              font-weight: 600; }
            .w1200 .index_content .index_box .index_box_func .func_img .func_img_text .func_img_desc {
              text-align: center;
              margin-top: 5px;
              font-size: 14px;
              line-height: 24px;
              color: #666666; }
          .w1200 .index_content .index_box .index_box_func .func_img img {
            width: 550px;
            height: auto; }
      .w1200 .index_content .index_box .index_box_prod {
        box-sizing: border-box;
        width: 100%;
        margin-top: 60px;
        padding: 50px 20px;
        background-color: #F9FBFF; }
        .w1200 .index_content .index_box .index_box_prod .prod_title {
          text-align: center;
          font-weight: 600;
          font-size: 20px;
          line-height: 28px; }
        .w1200 .index_content .index_box .index_box_prod .prod_company {
          width: 1200px;
          margin-top: 20px; }
          .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container {
            width: 100%; }
            .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container .swiper-slide {
              width: 160px; }
              .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container .swiper-slide img {
                width: 160px;
                height: auto; }
      .w1200 .index_content .index_box .index_box_marketing {
        width: 100%;
        margin: 30px 0;
        display: flex;
        justify-content: space-between; }
        .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper-container {
          width: 820px;
          height: 480px;
          box-sizing: border-box;
          justify-content: space-between; }
          .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper-container .swiper-slide img {
            width: 100%;
            height: 100%; }
        .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper_text {
          height: 60px;
          box-sizing: border-box;
          padding: 16px;
          line-height: 24px;
          font-size: 14px;
          color: #666666;
          background-color: #F9FBFF; }
        .w1200 .index_content .index_box .index_box_marketing .marketing_text {
          width: 360px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box {
            background-color: #F9FBFF;
            box-sizing: border-box;
            height: 260px;
            padding: 20px; }
            .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_title {
                color: #000000;
                font-weight: 600;
                font-size: 20px; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_link {
                cursor: pointer;
                color: #666666;
                font-weight: 400;
                font-size: 14px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_link img {
                  margin-top: -3px;
                  margin-left: 5px;
                  width: 14px;
                  height: 14px;
                  vertical-align: middle; }
            .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content {
              margin: 30px 0;
              display: flex; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_left img {
                width: 100px;
                height: 60px; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right {
                margin-left: 10px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right .content_right_text {
                  cursor: pointer;
                  color: #000000;
                  font-weight: 600;
                  font-size: 16px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  height: 42px;
                  line-height: 20px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right .content_right_time {
                  color: #999999;
                  font-weight: 400;
                  font-size: 12px; }
  .w1200 .index_select .select_box {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .w1200 .index_select .select_box .select_box_title {
      font-size: 40px;
      line-height: 56px;
      font-weight: 600; }
    .w1200 .index_select .select_box .select_box_desc {
      margin-top: 30px;
      font-size: 16px;
      line-height: 22px;
      color: #666666; }
    .w1200 .index_select .select_box .select_box_btn {
      margin-top: 30px;
      display: flex; }
      .w1200 .index_select .select_box .select_box_btn .select_box_btn_div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 35px;
        transition: all .3s ease 0s; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btncss {
          font-size: 18px;
          width: 150px;
          height: 50px;
          border-radius: 10px;
          background-color: #8AB1FF;
          cursor: pointer;
          text-align: center;
          color: #ffffff;
          line-height: 50px; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btndeep {
          box-sizing: border-box;
          background: linear-gradient(to bottom, #68AAF9 0%, #3571F5 100%);
          border-image: linear-gradient(180deg, #68a4fd, #5a91ff) 1 1;
          box-shadow: 2px 2px 8px 0px rgba(28, 102, 252, 0.3);
          border: 1px solid #3571F5; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btntriangles {
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top: 10px solid #3571F5; }
    .w1200 .index_select .select_box .select_box_tab {
      margin-top: 30px;
      height: 34px; }
      .w1200 .index_select .select_box .select_box_tab > div {
        display: none;
        height: 100%; }
        .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc {
          display: flex;
          height: 100%; }
          .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div {
            cursor: pointer;
            position: relative;
            align-items: center;
            margin: 0 20px;
            display: flex;
            flex-direction: column;
            transition: all .3s ease 0s; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss {
              box-sizing: border-box;
              display: flex;
              width: max-content;
              height: 22px;
              font-size: 16px;
              line-height: 22px;
              text-align: left;
              align-items: center; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img {
                height: 16px;
                width: 16px; }
                .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img img {
                  width: 16px;
                  height: 16px;
                  vertical-align: top; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img_block {
                background-color: blue; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_text {
                margin-left: 5px;
                font-size: 16px; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_span {
              color: #336FFF; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabselect {
              width: 100%;
              height: 2px;
              border-radius: 5px;
              display: block;
              position: absolute;
              bottom: 0px;
              background-color: #336FFF; }
    .w1200 .index_select .select_box .select_box_tab_line {
      width: 100%;
      height: 2px;
      background-color: #DAE0E5; }
    .w1200 .index_select .select_box .select_box_content {
      width: 100%;
      margin-top: 20px; }
      .w1200 .index_select .select_box .select_box_content > div {
        display: none; }
        .w1200 .index_select .select_box .select_box_content > div .select_box_content_div {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left {
            width: 350px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .normal_text {
              margin-bottom: 30px;
              font-size: 32px;
              font-weight: 600;
              line-height: 45px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .small_text {
              font-size: 14px;
              color: #666666;
              line-height: 24px; }
              .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .small_text::before {
                content: "\2022";
                /* 自定义图标，可以是 Unicode 字符或其他图标 */
                display: inline-block;
                width: 5px;
                height: 5px;
                margin-right: 2px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left span a {
              margin-top: 50px;
              display: inline-block;
              font-size: 22px;
              color: #fff;
              height: 56px;
              line-height: 56px;
              background: #336FFF;
              padding: 0 40px;
              border-radius: 10px;
              transition: all .3s ease 0s; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left span a:hover {
              transform: translateY(-5px);
              box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
              transition: all .3s ease 0s; }
          .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_right {
            width: 750px;
            height: 500px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_right img {
              width: 100%;
              height: 100%; }
    .w1200 .index_select .select_box .select_box_card {
      width: 100%;
      justify-content: space-between;
      display: flex;
      margin-top: 30px; }
      .w1200 .index_select .select_box .select_box_card .select_box_card_content {
        cursor: pointer;
        transition: all .3s ease 0s;
        background-color: #ffffff;
        box-sizing: border-box;
        width: 580px;
        display: flex;
        padding: 30px 20px;
        border-radius: 10px; }
        .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_img {
          height: 88px;
          width: 88px;
          box-sizing: border-box; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_img img {
            width: 100%;
            height: 100%; }
        .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text {
          margin-left: 10px;
          flex: 1; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text .normal_text {
            font-size: 16px;
            font-weight: 600;
            line-height: 22px; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text .small_text {
            margin-top: 10px;
            font-size: 14px;
            color: #666666;
            line-height: 20px; }
      .w1200 .index_select .select_box .select_box_card .select_box_card_content:hover {
        transform: translateY(-10px);
        box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
        transition: all .3s ease 0s; } }

@media (min-width: 769px) and (max-width: 1199px) {
  /* 
  首尾公用  
  */
  .w1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; }
  .header_fix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .header_fix_1 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: transparent; }
  .header_fix_1:hover {
    background-color: #fff;
    transition: all .3s ease 0s; }
  .header_fix_1:hover .menu_1 li strong a {
    color: #333; }
  .header_fix_1 .head_btn .come {
    color: #fff; }
  .header_fix_1:hover .menu_1 li:hover strong a {
    color: #fff;
    background: #0086c7; }
  .header_fix_1:hover .login {
    color: #0086c7; }
  .header_box {
    width: 100%;
    height: 70px; }
  .header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .logo {
    flex-shrink: 0; }
  .head_btn {
    flex-shrink: 0; }
  .head_btn a {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 30px;
    line-height: 34px;
    border-radius: 5px;
    transition: all .3s ease 0s; }
  .head_btn .login {
    color: #fff; }
  .head_btn a.login:hover {
    background: #0086c7;
    color: #fff; }
  .head_btn a.hover {
    color: #fff;
    background: #0086c7;
    transition: all .3s ease 0s; }
  .head_btn a:hover {
    background: #0086c7;
    color: #fff; }
  .head_btn a.hover:hover {
    background: #0090d6; }
  .menu {
    display: none; }
  .menu_pc {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 70px; }
  .menu_pc li {
    position: relative;
    height: 70px;
    line-height: 70px; }
  .menu_pc li strong {
    display: block; }
  .menu_pc li strong a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 0 19px;
    transition: all .3s ease 0s; }
  .menu_pc li strong span {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    display: block;
    position: absolute;
    bottom: 0px; }
  .menu_pc_show {
    width: 100%;
    display: none;
    position: fixed;
    top: 70px;
    z-index: 50;
    background-color: #ffffff;
    min-height: 500px;
    box-shadow: 5px 5px 10px 0 rgba(203, 207, 237, 0.5);
    transition: all .3s ease 0s; }
  .menu_pc_show .menu_pc_content {
    display: flex;
    height: 100%; }
  .menu_pc_show .menu_pc_content .menu_pc_content_left {
    width: 200px;
    box-sizing: border-box;
    box-shadow: 15px 0 10px -10px rgba(0, 0, 0, 0.05);
    padding: 20px 5px;
    display: none; }
  .menu_pc_show .menu_pc_content .menu_pc_content_right {
    width: 1000px;
    padding: 20px;
    display: none;
    box-sizing: border-box; }
  .menu_pc_show .menu_pc_content .menu_pc_content_special {
    padding: 20px 0 20px 0;
    display: none;
    width: 100%; }
  .menu_pc_show .menu_pc_content .menu_pc_content_left ul {
    text-decoration: none; }
  .menu_pc_show .menu_pc_content .menu_pc_content_left ul li {
    padding: 10px;
    font-size: 16px; }
  .box {
    display: flex;
    align-items: flex-start; }
    .box .box_title {
      font-size: 16px;
      font-weight: 600;
      margin-top: 10px;
      width: 100px;
      margin-right: 15px; }
    .box .wd_720 {
      width: 720px; }
    .box .box_content {
      display: flex;
      flex-wrap: wrap;
      flex: 1; }
      .box .box_content .small_width {
        width: 170px; }
      .box .box_content .big_width {
        width: 260px; }
      .box .box_content .large_width {
        width: 320px; }
      .box .box_content .big_padding {
        padding: 10px; }
      .box .box_content .small_padding {
        padding: 5px; }
      .box .box_content .box_content_card {
        cursor: pointer;
        display: flex;
        margin-right: 15px;
        padding: 10px;
        margin-bottom: 20px;
        transition: all .3s ease 0s; }
        .box .box_content .box_content_card .card_big_img {
          margin-right: 10px;
          width: 60px;
          height: 60px; }
          .box .box_content .box_content_card .card_big_img img {
            width: 100%;
            height: 100%; }
        .box .box_content .box_content_card .card_img {
          width: 16px;
          height: 16px;
          margin-top: 3px; }
          .box .box_content .box_content_card .card_img img {
            width: 100%;
            height: 100%;
            vertical-align: top; }
        .box .box_content .box_content_card .box_content_card_right {
          margin-left: 5px;
          flex: 1; }
          .box .box_content .box_content_card .box_content_card_right .card_right_title {
            font-size: 16px;
            font-weight: 600; }
          .box .box_content .box_content_card .box_content_card_right .card_right_desc {
            font-size: 14px;
            color: #aaaaaa;
            margin-top: 5px;
            line-height: 22px; }
          .box .box_content .box_content_card .box_content_card_right .height_66 {
            height: 66px; }
      .box .box_content .box_content_link {
        cursor: pointer;
        color: #409EFF;
        display: flex;
        align-items: center; }
        .box .box_content .box_content_link img {
          margin-top: -3px;
          width: 15px;
          height: 15px;
          margin-left: 5px; }
    .box .box-poster .box-poster_img {
      width: 240px;
      height: 240px; }
      .box .box-poster .box-poster_img img {
        width: 100%;
        height: 100%; }
    .box .box-poster .box-poster_content {
      width: 200px;
      padding: 20px;
      background-color: #EFF5FF;
      transition: all .3s ease 0s; }
      .box .box-poster .box-poster_content .box-poster_title {
        font-size: 16px;
        font-weight: 600; }
      .box .box-poster .box-poster_content .box-poster_desc {
        font-size: 14px;
        color: #aaaaaa;
        margin-top: 5px;
        line-height: 22px;
        margin-bottom: 30px; }
      .box .box-poster .box-poster_content .box_poster_link {
        cursor: pointer;
        color: #409EFF;
        display: flex;
        align-items: center; }
        .box .box-poster .box-poster_content .box_poster_link img {
          margin-top: -3px;
          width: 15px;
          height: 15px;
          margin-left: 5px; }
  .platform_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between; }
    .platform_box .platform_box_poster {
      width: 285px;
      margin-bottom: 20px; }
      .platform_box .platform_box_poster .platform_box_img {
        width: 100%;
        border: 1px dashed gray;
        box-sizing: border-box;
        position: relative; }
        .platform_box .platform_box_poster .platform_box_img .platform_box_img_text {
          font-size: 24px;
          text-align: center;
          line-height: 100%;
          position: absolute;
          width: fit-content;
          font-weight: 600;
          transform: translate(0, -50%);
          margin: 0 20px;
          top: 50%; }
        .platform_box .platform_box_poster .platform_box_img img {
          width: 100%; }
    .platform_box .platform_box_content {
      cursor: pointer;
      position: relative;
      padding: 15px;
      height: 250px; }
      .platform_box .platform_box_content .platform_box_content_title {
        font-size: 16px;
        font-weight: 600; }
      .platform_box .platform_box_content .platform_box_content_desc {
        font-size: 14px;
        color: #aaaaaa;
        margin-top: 5px;
        line-height: 22px;
        margin-bottom: 30px; }
      .platform_box .platform_box_content .platform_box_content_link {
        position: absolute;
        bottom: 20px;
        color: #409EFF;
        display: flex;
        align-items: center; }
        .platform_box .platform_box_content .platform_box_content_link img {
          width: 15px;
          height: 15px;
          margin-left: 5px; }
  .menu_1 {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 600px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 70px;
    justify-content: space-around; }
  .menu_1 li {
    position: relative;
    height: 70px;
    line-height: 70px; }
  .menu_1 li strong {
    display: block; }
  .menu_1 li strong a {
    display: block;
    font-size: 15px;
    color: #333;
    padding: 0 10px;
    transition: all .3s ease 0s; }
  .menu_1 li:hover strong a {
    color: #fff;
    background: #0086c7; }
  .menu_1 li p {
    display: none;
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    padding: 10px 0;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .menu_1 li p a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0 5px 35px; }
  .menu_1 li:hover p {
    display: block; }
  .menu_1 li p a:hover {
    color: #0086c7; }
  .menu_1 li p img {
    margin-right: 5px; }
  .menu_box1 {
    width: 165px;
    box-sizing: border-box; }
  .menu_box2 {
    width: 190px;
    box-sizing: border-box; }
  .menu_box3 {
    display: none;
    height: 220px;
    width: 190px;
    box-sizing: border-box;
    flex-wrap: wrap;
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    padding: 10px 0;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 0 10px; }
    .menu_box3 .method {
      width: 65px;
      float: left;
      margin: 9px;
      text-align: center;
      line-height: 30px; }
      .menu_box3 .method a {
        font-size: 14px;
        color: #333333;
        line-height: 39px; }
      .menu_box3 .method a:nth-child(1) {
        font-size: 16px;
        color: #0086c7;
        cursor: default; }
      .menu_box3 .method a:hover {
        color: #0086c7; }
  .menu li:hover .menu_box3 {
    display: flex; }
  .menu_1 li:hover .menu_box3 {
    display: flex; }
  .footer_bg {
    background: #222327; }
  .foot_head {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px; }
  .weixin {
    flex-shrink: 0;
    width: 240px;
    color: #fff; }
  .weixin h3 {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px; }
  .weixin span {
    font-size: 14px;
    line-height: 20px;
    display: block; }
  .weixin strong {
    font-size: 18px;
    line-height: 24px;
    display: block; }
  .weixin ul {
    display: flex;
    align-items: center;
    padding-top: 25px; }
  .weixin li {
    padding-right: 30px;
    text-align: center; }
  .weixin li p {
    color: #868688;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px; }
  .help {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    display: flex; }
  .help li {
    width: 100%; }
  .help li h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 7px 0; }
  .help li h3 a {
    color: #fff; }
  .help li p a {
    display: block;
    color: #868688;
    line-height: 36px;
    font-size: 14px; }
  .help li p a:hover {
    color: #fff; }
  .footer {
    text-align: center;
    padding: 30px 0; }
  .address {
    color: #fff;
    font-size: 14px;
    line-height: 28px; }
  .links {
    color: #9f9fa0;
    font-size: 12px;
    line-height: 28px; }
  .links a {
    color: #9f9fa0;
    font-size: 14px;
    padding: 0 3px; }
  .copy {
    color: #9f9fa0;
    font-size: 14px;
    line-height: 28px; }
  .menu_ico {
    display: none; }
  /* 
  banner  
  */
  .banner {
    width: 100%;
    height: 610px;
    overflow: hidden; }
  .banner_text {
    height: 610px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner_text h3 {
    font-size: 56px;
    line-height: 70px; }
  .banner_text h1 {
    font-size: 56px;
    line-height: 70px; }
  .banner_text p {
    font-size: 22px;
    padding-bottom: 40px;
    line-height: 40px; }
  .banner_text a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    background: #0086c7;
    padding: 0 40px;
    border-radius: 10px;
    transition: all .3s ease 0s; }
  .banner_text a:hover {
    background: #0090d6; }
  .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1; }
  .banner .swiper-pagination-bullet-active {
    background: #0086c7; }
  .banner .hauto {
    height: 540px; }
  .banner .index_banner2 {
    background: url("/templates/website/res/2020/img/index_banner2.png") no-repeat center center;
    background-size: cover;
    width: 100%; }
  .banner .index_banner1 {
    background: url("/templates/website/res/2020/img/meiboss_banner.png") no-repeat center center;
    background-size: cover;
    width: 100%; }
  .banner_text_1 {
    height: 610px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner_text_1 .one {
    font-size: 56px;
    line-height: 70px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content; }
  .banner_text_1 .three {
    font-size: 50px;
    line-height: 70px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content; }
  .banner_text_1 h1 {
    font-size: 56px;
    line-height: 70px; }
  .banner_text_1 p {
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 22px;
    line-height: 40px;
    padding: 0 10px 0 20px;
    border-radius: 45px;
    width: fit-content;
    letter-spacing: 12px;
    background-image: -webkit-linear-gradient(left, #3d2ca7, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 h5 {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 100;
    padding: 0 10px;
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .a1 {
    margin-top: 50px;
    display: inline-block;
    font-size: 22px;
    color: #6d72b2;
    height: 56px;
    line-height: 56px;
    background: #fff;
    padding: 0 40px;
    border-radius: 10px;
    transition: all .3s ease 0s;
    border-radius: 15px; }
  .banner_text_1 .two {
    margin-top: 30px;
    font-size: 56px;
    line-height: 70px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content;
    padding: 0 120px;
    margin-bottom: 10px; }
  .banner_text_1 .right {
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 22px;
    line-height: 40px;
    padding: 0 75px 0 85px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(left, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .left1 {
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 22px;
    line-height: 40px;
    padding: 0 75px 0 85px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(right, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .left2 {
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 22px;
    line-height: 40px;
    padding: 0 30px 0 40px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(right, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .a2 {
    margin-top: 30px;
    display: inline-block;
    font-size: 22px;
    color: #6d72b2;
    height: 56px;
    line-height: 56px;
    background: #fff;
    padding: 0 40px;
    border-radius: 10px;
    transition: all .3s ease 0s;
    border-radius: 15px;
    margin-left: 120px; }
  .banner_text_1 a:hover {
    background: #0090d6;
    color: #fff; }
  .new_banner {
    width: 100%;
    height: 610px;
    overflow: hidden; }
    .new_banner .new_banner_bg {
      width: 100%;
      height: 100%;
      background: url("/templates/website/res/img/index/banner底图@2x.png") no-repeat center center;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center; }
      .new_banner .new_banner_bg .bg_content {
        display: flex;
        align-items: center; }
        .new_banner .new_banner_bg .bg_content .bg_content_left .big_text {
          font-size: 56px;
          font-weight: 600;
          line-height: 78px; }
        .new_banner .new_banner_bg .bg_content .bg_content_left .normal_text {
          font-size: 32px;
          font-weight: 600;
          line-height: 45px; }
        .new_banner .new_banner_bg .bg_content .bg_content_left .small_text {
          font-size: 16px;
          color: #666666;
          line-height: 24px; }
        .new_banner .new_banner_bg .bg_content .bg_content_left span a {
          margin-top: 50px;
          display: inline-block;
          font-size: 22px;
          color: #fff;
          height: 56px;
          line-height: 56px;
          background: #336FFF;
          padding: 0 40px;
          border-radius: 10px;
          transition: all .3s ease 0s; }
        .new_banner .new_banner_bg .bg_content .bg_content_left span a:hover {
          transform: translateY(-5px);
          box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
          transition: all .3s ease 0s; }
        .new_banner .new_banner_bg .bg_content .bg_content_right {
          width: 750px;
          height: 500px; }
          .new_banner .new_banner_bg .bg_content .bg_content_right img {
            width: 100%;
            height: 100%; }
  .w1200 .index_content {
    padding: 60px 0; }
    .w1200 .index_content .index_box {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .w1200 .index_content .index_box .index_box_title {
        font-size: 40px;
        line-height: 56px;
        font-weight: 600; }
      .w1200 .index_content .index_box .index_box_desc {
        margin-top: 30px;
        font-size: 16px;
        line-height: 22px;
        color: #666666; }
      .w1200 .index_content .index_box .index_box_func {
        margin-top: 60px;
        display: flex; }
        .w1200 .index_content .index_box .index_box_func .func_text {
          width: 185px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin: 20px 0; }
          .w1200 .index_content .index_box .index_box_func .func_text .align_right {
            text-align: right; }
          .w1200 .index_content .index_box .index_box_func .func_text .align_left {
            text-align: left; }
          .w1200 .index_content .index_box .index_box_func .func_text .func_box .func_box_title {
            font-size: 20px;
            line-height: 28px;
            font-weight: 600; }
          .w1200 .index_content .index_box .index_box_func .func_text .func_box .func_box_desc {
            margin-top: 5px;
            font-size: 14px;
            line-height: 24px;
            color: #666666; }
        .w1200 .index_content .index_box .index_box_func .func_img {
          position: relative;
          margin: 0 30px; }
          .w1200 .index_content .index_box .index_box_func .func_img .func_img_text {
            width: 200px;
            position: absolute;
            left: 182px;
            /* 左边界与容器宽度的一半重合 */
            top: 230px; }
            .w1200 .index_content .index_box .index_box_func .func_img .func_img_text .func_img_title {
              text-align: center;
              font-size: 20px;
              line-height: 28px;
              font-weight: 600; }
            .w1200 .index_content .index_box .index_box_func .func_img .func_img_text .func_img_desc {
              text-align: center;
              margin-top: 5px;
              font-size: 14px;
              line-height: 24px;
              color: #666666; }
          .w1200 .index_content .index_box .index_box_func .func_img img {
            width: 550px;
            height: auto; }
      .w1200 .index_content .index_box .index_box_prod {
        margin-top: 60px;
        padding: 50px 20px;
        background-color: #F9FBFF; }
        .w1200 .index_content .index_box .index_box_prod .prod_title {
          text-align: center;
          font-weight: 600;
          font-size: 20px;
          line-height: 28px; }
        .w1200 .index_content .index_box .index_box_prod .prod_company {
          width: 1200px;
          margin-top: 20px; }
          .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container {
            width: 100%; }
            .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container .swiper-slide {
              width: 160px; }
              .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container .swiper-slide img {
                width: 160px;
                height: auto; }
      .w1200 .index_content .index_box .index_box_marketing {
        width: 100%;
        margin: 30px 0;
        display: flex;
        justify-content: space-between; }
        .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper-container {
          width: 820px;
          height: 480px;
          box-sizing: border-box;
          justify-content: space-between; }
          .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper-container .swiper-slide img {
            width: 100%;
            height: 100%; }
        .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper_text {
          height: 60px;
          box-sizing: border-box;
          padding: 16px;
          line-height: 24px;
          font-size: 14px;
          color: #666666;
          background-color: #F9FBFF; }
        .w1200 .index_content .index_box .index_box_marketing .marketing_text {
          width: 360px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box {
            background-color: #F9FBFF;
            box-sizing: border-box;
            height: 260px;
            padding: 20px; }
            .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_title {
                color: #000000;
                font-weight: 600;
                font-size: 20px; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_link {
                cursor: pointer;
                color: #666666;
                font-weight: 400;
                font-size: 14px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_link img {
                  margin-top: -3px;
                  margin-left: 5px;
                  width: 14px;
                  height: 14px;
                  vertical-align: middle; }
            .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content {
              margin: 30px 0;
              display: flex; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_left img {
                width: 100px;
                height: 60px; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right {
                margin-left: 10px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right .content_right_text {
                  cursor: pointer;
                  color: #000000;
                  font-weight: 600;
                  font-size: 16px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  height: 42px;
                  line-height: 20px;
                  display: inline-block; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right .content_right_time {
                  color: #999999;
                  font-weight: 400;
                  font-size: 12px; }
  .w1200 .index_select .select_box {
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .w1200 .index_select .select_box .select_box_title {
      font-size: 40px;
      line-height: 56px;
      font-weight: 600; }
    .w1200 .index_select .select_box .select_box_desc {
      margin-top: 30px;
      font-size: 16px;
      line-height: 22px;
      color: #666666; }
    .w1200 .index_select .select_box .select_box_btn {
      margin-top: 30px;
      display: flex; }
      .w1200 .index_select .select_box .select_box_btn .select_box_btn_div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 35px;
        transition: all .3s ease 0s; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btncss {
          font-size: 18px;
          width: 150px;
          height: 50px;
          border-radius: 10px;
          background-color: #8AB1FF;
          cursor: pointer;
          text-align: center;
          color: #ffffff;
          line-height: 50px; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btndeep {
          box-sizing: border-box;
          background: linear-gradient(to bottom, #68AAF9 0%, #3571F5 100%);
          border-image: linear-gradient(180deg, #68a4fd, #5a91ff) 1 1;
          box-shadow: 2px 2px 8px 0px rgba(28, 102, 252, 0.3);
          border: 1px solid #3571F5; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btntriangles {
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top: 10px solid #3571F5; }
    .w1200 .index_select .select_box .select_box_tab {
      margin-top: 30px;
      height: 34px; }
      .w1200 .index_select .select_box .select_box_tab > div {
        display: none;
        height: 100%; }
        .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc {
          display: flex;
          height: 100%; }
          .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div {
            cursor: pointer;
            position: relative;
            align-items: center;
            margin: 0 20px;
            display: flex;
            flex-direction: column;
            transition: all .3s ease 0s; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss {
              box-sizing: border-box;
              display: flex;
              width: max-content;
              height: 22px;
              font-size: 16px;
              line-height: 22px;
              text-align: left;
              align-items: center; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img {
                height: 16px;
                width: 16px; }
                .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img img {
                  width: 16px;
                  height: 16px;
                  vertical-align: top; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img_block {
                background-color: blue; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_text {
                margin-left: 5px;
                font-size: 16px; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_span {
              color: #336FFF; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabselect {
              width: 100%;
              height: 2px;
              border-radius: 5px;
              display: block;
              position: absolute;
              bottom: 0px;
              background-color: #336FFF; }
    .w1200 .index_select .select_box .select_box_tab_line {
      width: 100%;
      height: 2px;
      background-color: #DAE0E5; }
    .w1200 .index_select .select_box .select_box_content {
      width: 100%;
      margin-top: 20px; }
      .w1200 .index_select .select_box .select_box_content > div {
        display: none; }
        .w1200 .index_select .select_box .select_box_content > div .select_box_content_div {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left {
            width: 350px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .normal_text {
              margin-bottom: 30px;
              font-size: 32px;
              font-weight: 600;
              line-height: 45px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .small_text {
              font-size: 14px;
              color: #666666;
              line-height: 24px; }
              .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .small_text::before {
                content: "\2022";
                /* 自定义图标，可以是 Unicode 字符或其他图标 */
                display: inline-block;
                width: 5px;
                height: 5px;
                margin-right: 2px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left span a {
              margin-top: 50px;
              display: inline-block;
              font-size: 22px;
              color: #fff;
              height: 56px;
              line-height: 56px;
              background: #336FFF;
              padding: 0 40px;
              border-radius: 10px;
              transition: all .3s ease 0s; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left span a:hover {
              transform: translateY(-5px);
              box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
              transition: all .3s ease 0s; }
          .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_right {
            width: 750px;
            height: 500px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_right img {
              width: 100%;
              height: 100%; }
    .w1200 .index_select .select_box .select_box_card {
      width: 100%;
      justify-content: space-between;
      display: flex;
      margin-top: 30px; }
      .w1200 .index_select .select_box .select_box_card .select_box_card_content {
        cursor: pointer;
        transition: all .3s ease 0s;
        background-color: #ffffff;
        box-sizing: border-box;
        width: 580px;
        display: flex;
        padding: 30px 20px;
        border-radius: 10px; }
        .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_img {
          height: 88px;
          width: 88px;
          box-sizing: border-box; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_img img {
            width: 100%;
            height: 100%; }
        .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text {
          margin-left: 10px;
          flex: 1; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text .normal_text {
            font-size: 16px;
            font-weight: 600;
            line-height: 22px; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text .small_text {
            margin-top: 10px;
            font-size: 14px;
            color: #666666;
            line-height: 20px; }
      .w1200 .index_select .select_box .select_box_card .select_box_card_content:hover {
        transform: translateY(-10px);
        box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
        transition: all .3s ease 0s; } }

@media (min-width: 1009px) {
  .J_login, .J_console {
    display: none; } }

@media (max-width: 768px) {
  /* 
  首尾公用  
  */
  .w1200 {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box; }
  .header_fix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .header_fix_1 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    background-color: transparent; }
  .header_box {
    width: 100%;
    height: 70px; }
  .header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .logo {
    flex-shrink: 0; }
  .slogen .wework-bar {
    width: 136px; }
  .head_btn {
    flex-shrink: 0;
    display: none; }
  .head_btn a {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 30px;
    line-height: 34px;
    border-radius: 5px; }
  .head_btn a.hover {
    color: #fff;
    background: #0086c7; }
  .menu_pc {
    display: none; }
  .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 0 0;
    z-index: 999; }
  .menu li {
    padding: 5px 20px;
    position: relative;
    border-bottom: 1px solid #eee; }
  .menu li strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center; }
  .menu li strong a {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 40px; }
  .menu li strong i {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/templates/website/res/2020/img/ico_up.png") no-repeat center center;
    background-size: 100% auto; }
  .menu li.hover strong a {
    color: #0086c7; }
  .menu li.hover i {
    background: url("/templates/website/res/2020/img/ico_upa.png") no-repeat center center;
    background-size: 100% auto; }
  .menu li p {
    display: none;
    text-align: left; }
  .menu li p a {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 40px; }
  .menu li.hover p {
    display: block; }
  .menu li p a.hover {
    color: #0086c7; }
  .menu li p img {
    margin-right: 5px;
    display: none; }
  .menu_1 {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 0 0;
    z-index: 999; }
  .menu_1 li {
    padding: 5px 20px;
    position: relative;
    border-bottom: 1px solid #eee; }
  .menu_1 li strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center; }
  .menu_1 li strong a {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 40px; }
  .menu_1 li strong i {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/templates/website/res/2020/img/ico_up.png") no-repeat center center;
    background-size: 100% auto; }
  .menu_1 li.hover strong a {
    color: #0086c7; }
  .menu_1 li.hover i {
    background: url("/templates/website/res/2020/img/ico_upa.png") no-repeat center center;
    background-size: 100% auto; }
  .menu_1 li p {
    display: none;
    text-align: left; }
  .menu_1 li p a {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 40px; }
  .menu_1 li.hover p {
    display: block; }
  .menu_1 li p a.hover {
    color: #0086c7; }
  .menu_1 li p img {
    margin-right: 5px;
    display: none; }
  .menu_pc_show {
    display: none; }
  .new_banner {
    width: 100%;
    height: 180px; }
    .new_banner .new_banner_bg {
      width: 100%;
      height: 100%;
      background: url("/templates/website/res/img/index/banner底图@2x.png") no-repeat center center;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center; }
      .new_banner .new_banner_bg .bg_content {
        display: flex;
        align-items: center; }
        .new_banner .new_banner_bg .bg_content .bg_content_left {
          width: 130px; }
          .new_banner .new_banner_bg .bg_content .bg_content_left .big_text {
            font-size: 21px;
            font-weight: 600;
            line-height: 30px; }
          .new_banner .new_banner_bg .bg_content .bg_content_left .normal_text {
            font-size: 12px;
            font-weight: 600;
            line-height: 16px; }
          .new_banner .new_banner_bg .bg_content .bg_content_left .small_text {
            font-size: 9px;
            color: #666666;
            line-height: 12px; }
          .new_banner .new_banner_bg .bg_content .bg_content_left span a {
            margin-top: 10px;
            display: inline-block;
            font-size: 14px;
            color: #fff;
            height: 32px;
            line-height: 32px;
            background: #336FFF;
            padding: 0 20px;
            border-radius: 10px;
            transition: all .3s ease 0s; }
          .new_banner .new_banner_bg .bg_content .bg_content_left span a:hover {
            transform: translateY(-5px);
            box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
            transition: all .3s ease 0s; }
        .new_banner .new_banner_bg .bg_content .bg_content_right {
          width: 225px;
          height: 150px; }
          .new_banner .new_banner_bg .bg_content .bg_content_right img {
            width: 100%;
            height: 100%; }
  .w1200 .index_content {
    width: 100%;
    padding: 20px 0; }
    .w1200 .index_content .index_box {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .w1200 .index_content .index_box .index_box_title {
        font-size: .5rem;
        line-height: 28px;
        font-weight: 600; }
      .w1200 .index_content .index_box .index_box_desc {
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
        color: #666666;
        text-align: center; }
      .w1200 .index_content .index_box .index_box_func {
        width: 100%;
        margin-top: 20px;
        display: flex; }
        .w1200 .index_content .index_box .index_box_func .func_text {
          width: 90px;
          height: 150px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .w1200 .index_content .index_box .index_box_func .func_text .align_right {
            text-align: right; }
          .w1200 .index_content .index_box .index_box_func .func_text .align_left {
            text-align: left; }
          .w1200 .index_content .index_box .index_box_func .func_text .func_box .func_box_title {
            font-size: 14px;
            line-height: 20px;
            font-weight: 600; }
          .w1200 .index_content .index_box .index_box_func .func_text .func_box .func_box_desc {
            font-size: 10px;
            line-height: 16px;
            color: #666666; }
        .w1200 .index_content .index_box .index_box_func .func_img {
          flex: 1;
          position: relative;
          margin: 0 5px; }
          .w1200 .index_content .index_box .index_box_func .func_img .func_img_text {
            width: 90px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 0); }
            .w1200 .index_content .index_box .index_box_func .func_img .func_img_text .func_img_title {
              text-align: center;
              font-size: 14px;
              line-height: 20px;
              font-weight: 600; }
            .w1200 .index_content .index_box .index_box_func .func_img .func_img_text .func_img_desc {
              text-align: center;
              margin-top: 5px;
              font-size: 10px;
              line-height: 12px;
              color: #666666; }
          .w1200 .index_content .index_box .index_box_func .func_img img {
            width: 100%;
            height: 100%; }
      .w1200 .index_content .index_box .index_box_prod {
        box-sizing: border-box;
        width: 100%;
        margin-top: 20px;
        padding: 20px 10px;
        background-color: #F9FBFF; }
        .w1200 .index_content .index_box .index_box_prod .prod_title {
          text-align: center;
          font-weight: 600;
          font-size: 14px;
          line-height: 20px; }
        .w1200 .index_content .index_box .index_box_prod .prod_company {
          width: 100%;
          margin-top: 20px; }
          .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container {
            width: 100%; }
            .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container .swiper-slide {
              width: 100%; }
              .w1200 .index_content .index_box .index_box_prod .prod_company .swiper-container .swiper-slide img {
                width: 100%;
                height: auto; }
      .w1200 .index_content .index_box .index_box_marketing {
        width: 100%;
        margin: 10px 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .w1200 .index_content .index_box .index_box_marketing .swiper-content {
          width: 100%; }
          .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper-container {
            width: 100%;
            height: auto;
            box-sizing: border-box;
            justify-content: space-between; }
            .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper-container .swiper-slide img {
              width: 100%;
              height: 100%; }
          .w1200 .index_content .index_box .index_box_marketing .swiper-content .swiper_text {
            width: 100%;
            box-sizing: border-box;
            padding: 10px;
            line-height: 20px;
            font-size: 12px;
            color: #666666;
            background-color: #F9FBFF; }
        .w1200 .index_content .index_box .index_box_marketing .marketing_text {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box {
            margin-top: 10px;
            background-color: #F9FBFF;
            box-sizing: border-box;
            padding: 10px; }
            .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_title {
                color: #000000;
                font-weight: 600;
                font-size: 16px; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_link {
                cursor: pointer;
                color: #666666;
                font-weight: 400;
                font-size: 14px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_header .header_link img {
                  margin-top: -3px;
                  margin-left: 5px;
                  width: 14px;
                  height: 14px;
                  vertical-align: middle; }
            .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content {
              margin: 20px 0;
              display: flex; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_left {
                width: 100px;
                height: 60px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_left img {
                  width: 100px;
                  height: 60px; }
              .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right {
                flex: 1;
                margin-left: 10px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right .content_right_text {
                  color: #000000;
                  font-weight: 600;
                  font-size: 16px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  height: 42px;
                  line-height: 20px; }
                .w1200 .index_content .index_box .index_box_marketing .marketing_text .marketing_box .marketing_box_content .content_right .content_right_time {
                  color: #999999;
                  font-weight: 400;
                  font-size: 12px; }
  .w1200 .index_select .select_box {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .w1200 .index_select .select_box .select_box_title {
      font-size: 20px;
      line-height: 28px;
      font-weight: 600; }
    .w1200 .index_select .select_box .select_box_desc {
      margin-top: 10px;
      font-size: 12px;
      line-height: 16px;
      color: #666666; }
    .w1200 .index_select .select_box .select_box_btn {
      margin-top: 10px;
      display: flex;
      width: 100%;
      justify-content: center; }
      .w1200 .index_select .select_box .select_box_btn .select_box_btn_div {
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all .3s ease 0s; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btncss {
          font-size: 14px;
          padding: 10px;
          border-radius: 10px;
          background-color: #8AB1FF;
          cursor: pointer;
          text-align: center;
          color: #ffffff;
          line-height: 20px; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btndeep {
          box-sizing: border-box;
          background: linear-gradient(to bottom, #68AAF9 0%, #3571F5 100%);
          border-image: linear-gradient(180deg, #68a4fd, #5a91ff) 1 1;
          box-shadow: 2px 2px 8px 0px rgba(28, 102, 252, 0.3);
          border: 1px solid #3571F5; }
        .w1200 .index_select .select_box .select_box_btn .select_box_btn_div .select_box_btntriangles {
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top: 10px solid #3571F5; }
    .w1200 .index_select .select_box .select_box_tab {
      width: 100%; }
      .w1200 .index_select .select_box .select_box_tab > div {
        display: none;
        height: 100%; }
        .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc {
          display: flex;
          height: 100%;
          flex-wrap: wrap;
          justify-content: center; }
          .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div {
            cursor: pointer;
            position: relative;
            padding: 10px;
            width: fit-content;
            display: flex;
            flex-direction: column;
            transition: all .3s ease 0s;
            box-sizing: border-box; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss {
              box-sizing: border-box;
              display: flex;
              width: max-content;
              font-size: 16px;
              text-align: left;
              align-items: center; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img {
                height: 16px;
                width: 16px;
                transform: scale(0.7);
                transform-origin: center; }
                .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img img {
                  width: 12px;
                  height: 12px;
                  vertical-align: top; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_img_block {
                background-color: blue; }
              .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabcss .box_tabcss_text {
                margin-left: 5px;
                font-size: 12px; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_span {
              color: #336FFF; }
            .w1200 .index_select .select_box .select_box_tab > div .select_box_tab_inc .select_box_tab_div .select_box_tabselect {
              width: 100%;
              height: 2px;
              border-radius: 5px;
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              background-color: #336FFF; }
    .w1200 .index_select .select_box .select_box_tab_line {
      display: none;
      width: 100%;
      height: 2px;
      background-color: #DAE0E5; }
    .w1200 .index_select .select_box .select_box_content {
      width: 100%;
      margin: 20px 0; }
      .w1200 .index_select .select_box .select_box_content > div {
        display: none; }
        .w1200 .index_select .select_box .select_box_content > div .select_box_content_div {
          width: 100%; }
          .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left {
            display: flex;
            width: 100%;
            box-sizing: border-box;
            padding: 10px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text {
              margin-right: 15px;
              flex: 1; }
              .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .normal_text {
                margin-bottom: 5px;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px; }
              .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .small_text {
                font-size: 14px;
                color: #666666;
                line-height: 20px; }
                .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left .select_box_left_text .small_text::before {
                  content: "\2022";
                  /* 自定义图标，可以是 Unicode 字符或其他图标 */
                  display: inline-block;
                  width: 5px;
                  height: 5px;
                  margin-right: 2px; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left span a {
              margin-top: 29px;
              display: inline-block;
              font-size: 14px;
              color: #fff;
              height: 32px;
              line-height: 32px;
              background: #336FFF;
              padding: 0 20px;
              border-radius: 10px;
              transition: all .3s ease 0s; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_left span a:hover {
              transform: translateY(-5px);
              box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
              transition: all .3s ease 0s; }
          .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_right {
            padding: 10px 0;
            width: 100%;
            height: auto; }
            .w1200 .index_select .select_box .select_box_content > div .select_box_content_div .select_box_right img {
              width: 100%;
              height: 100%; }
        .w1200 .index_select .select_box .select_box_content > div .flex_direction {
          display: flex;
          flex-direction: column-reverse; }
    .w1200 .index_select .select_box .select_box_card {
      width: 100%;
      height: 180px; }
      .w1200 .index_select .select_box .select_box_card .select_box_card_content {
        margin-top: 10px;
        cursor: pointer;
        transition: all .3s ease 0s;
        background-color: #ffffff;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        padding: 10px;
        border-radius: 10px; }
        .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_img {
          height: 50px;
          width: 50px;
          box-sizing: border-box; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_img img {
            width: 100%;
            height: 100%; }
        .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text {
          margin-left: 10px;
          flex: 1; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text .normal_text {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px; }
          .w1200 .index_select .select_box .select_box_card .select_box_card_content .select_box_card_text .small_text {
            font-size: 12px;
            color: #666666;
            line-height: 18px; }
  .menu_box3 {
    display: none;
    text-align: left; }
    .menu_box3 .method {
      width: 65px;
      margin: 9px;
      text-align: center;
      line-height: 20px; }
      .menu_box3 .method a {
        font-size: 12px;
        color: #333333;
        line-height: 39px; }
      .menu_box3 .method a:nth-child(1) {
        font-size: 14px;
        color: #0086c7; }
      .menu_box3 .method a.hover {
        color: #0086c7; }
  .menu li.hover .menu_box3 {
    display: block; }
  .menu_1 li.hover .menu_box3 {
    display: block; }
  .menu_pro {
    display: none;
    height: 450px;
    overflow-y: scroll; }
    .menu_pro::-webkit-scrollbar {
      width: 0; }
    .menu_pro .menu_pro_div {
      margin-bottom: 10px; }
      .menu_pro .menu_pro_div .menu_pro_title {
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        padding: 5px 0; }
      .menu_pro .menu_pro_div .menu_pro_tab {
        display: flex;
        flex-wrap: wrap; }
        .menu_pro .menu_pro_div .menu_pro_tab a {
          font-size: 12px;
          margin-top: 5px;
          line-height: 20px;
          padding: 5px 10px;
          box-sizing: border-box;
          width: 32%;
          background: #f7f7f7;
          text-align: center;
          margin-right: 1%;
          color: #333; }
        .menu_pro .menu_pro_div .menu_pro_tab a.hover {
          color: #0086c7; }
  .menu li.hover .menu_pro {
    display: block; }
  .menu_1 li.hover .menu_pro {
    display: block; }
  .menu_bottom2 {
    display: flex; }
    .menu_bottom2 p {
      width: 44%; }
  .footer_bg {
    background: #222327; }
  .foot_head {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px;
    flex-direction: column-reverse; }
  .weixin {
    flex-shrink: 0;
    color: #fff;
    padding: 20px 0 0 50px; }
  .weixin h3 {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
    display: none; }
  .weixin span {
    font-size: 14px;
    line-height: 20px;
    display: block; }
  .weixin strong {
    font-size: 24px;
    line-height: 24px;
    display: block; }
  .weixin ul {
    display: flex;
    align-items: center;
    padding-top: 15px; }
  .weixin li {
    padding-right: 30px;
    text-align: center; }
  .weixin li p {
    color: #868688;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px; }
  .help {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap; }
  .help li:not(:nth-child(1)) {
    width: 31%;
    margin-right: 7px; }
  .help li:nth-child(1) {
    width: 50%; }
  .help li h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 7px 0; }
  .help li h3 a {
    color: #fff; }
  .help li p a {
    display: block;
    color: #868688;
    line-height: 36px;
    font-size: 14px; }
  .help li p a:hover {
    color: #fff; }
  .footer {
    text-align: center;
    padding: 0 20px 20px; }
  .address {
    color: #9f9fa0;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px; }
  .links {
    color: #9f9fa0;
    font-size: 12px;
    line-height: 24px; }
  .links a {
    color: #9f9fa0;
    font-size: 12px;
    padding: 0 3px;
    display: inline-block; }
  .copy {
    color: #9f9fa0;
    font-size: 12px;
    line-height: 24px;
    padding-top: 10px; }
  .menu_ico {
    width: 22px;
    height: 100%;
    display: flex;
    align-items: center; }
  .menu_ico img {
    width: 100%; }
  .J_login, .J_console {
    display: none; }
  /* 
  banner  
  */
  .banner_text {
    height: 270px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .banner_text h3 {
    font-size: 22px;
    line-height: 40px; }
  .banner_text h1 {
    font-size: 22px;
    line-height: 40px; }
  .banner_text p {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 30px; }
  .banner_text p.banner_intro {
    margin-left: -100px; }
  .banner_text a {
    display: inline-block;
    font-size: 14px;
    color: #0086c7;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px; }
  .banner_text_1 {
    height: 270px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner_text_1 .one {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content; }
  .banner_text_1 .three {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content; }
  .banner_text_1 p {
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(left, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 h5 {
    font-size: 12px;
    font-weight: 100;
    padding: 0 10px;
    font-family: "SimHei";
    font-weight: 200;
    width: 180px; }
  .banner_text_1 .a1 {
    display: inline-block;
    font-size: 14px;
    color: #6d72b2;
    height: 30px;
    line-height: 30px;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    transition: all .3s ease 0s;
    border-radius: 15px; }
  .banner_text_1 .two {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
    font-family: "PingFang SC";
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content; }
  .banner_text_1 .right {
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(left, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .left1 {
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(right, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .left2 {
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #7e80b3;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 45px;
    width: fit-content;
    background-image: -webkit-linear-gradient(right, #5d67d2, transparent);
    font-family: "SimHei";
    font-weight: 200; }
  .banner_text_1 .a2 {
    display: inline-block;
    font-size: 14px;
    color: #6d72b2;
    height: 30px;
    line-height: 30px;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    transition: all .3s ease 0s;
    border-radius: 15px; }
  .banner_text_1 a:hover {
    background: #0090d6;
    color: #fff; }
  .banner_text_1 .lanpishu_title1 {
    margin-top: 20px;
    font-size: 12px;
    font-family: 'PingFang SC';
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content;
    font-weight: 600;
    padding: 0; }
  .banner_text_1 .lanpishu_title2 {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'PingFang SC';
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: 160px;
    font-weight: 600; }
  .banner_text_1 .lanpishu_line {
    background-color: #5869a3;
    height: 1px;
    width: 350px;
    margin: 2px 0; }
  .banner_text_1 .lanpishu_content_title {
    font-size: 14px;
    margin-bottom: 2px;
    font-family: 'PingFang SC';
    background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content;
    font-weight: 600; }
  .banner_text_1 .lanpishu_content {
    display: flex;
    align-items: center;
    width: 200px; }
    .banner_text_1 .lanpishu_content img {
      width: 12px;
      height: 12px; }
    .banner_text_1 .lanpishu_content span {
      padding-left: 2px;
      font-size: 12px;
      margin: 2px 0;
      font-family: 'PingFang SC';
      background-image: linear-gradient(to bottom, #ffffe1, #b9c0ff);
      -webkit-background-clip: text;
      color: transparent;
      width: fit-content;
      font-weight: 600; }
  .banner_text_1 .lanpishu_img {
    margin-top: 15px;
    display: flex;
    align-items: flex-end; }
    .banner_text_1 .lanpishu_img img {
      width: 50px;
      height: 50px; }
    .banner_text_1 .lanpishu_img div {
      font-size: 12px;
      color: #409eff;
      background-color: #ffffff;
      border-radius: 20px;
      width: fit-content;
      padding: 2px 5px;
      height: 14px;
      line-height: 14px;
      margin-left: 5px; }
  .banner_text_1 .lanpishu_content_title {
    display: none; }
  .banner_text_1 .lanpishu_content {
    display: none; }
  .banner_text_1 .lanpishu_line {
    display: none; }
  .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1; }
  .banner .swiper-pagination-bullet-active {
    background: #0086c7; }
  .banner .hauto {
    height: 270px; }
  .banner .index_banner2 {
    background: url("/templates/website/res/2020/img/index_banner2app.png") no-repeat center center;
    background-size: cover;
    width: 100%; }
  .banner .index_banner1 {
    background: url("/templates/website/res/2020/img/meiboss_bannerapp.png") no-repeat center center;
    background-size: cover;
    width: 100%; }
  /* 
  底部banner  
  */
  .tuandui {
    height: 204px;
    margin-top: 20px;
    text-align: center;
    background: url("/templates/website/res/2020/img/bg_1w.jpg") no-repeat center bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .tuandui p {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 30px; }
  .tuandui a {
    color: #fff;
    background: #0086c7;
    width: 160px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 14px; } }

.slogen .wework-bar {
  border-radius: 4px;
  padding-left: 8px;
  width: 128px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  background-color: transparent;
  padding-right: 0;
  align-items: center;
  box-sizing: content-box; }
  .slogen .wework-bar img {
    width: 18px;
    height: 18px; }
  .slogen .wework-bar span {
    display: block;
    width: 120px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
    margin-left: 8px;
    line-height: 2; }

.header_fix_1:hover .wework-bar {
  background-color: rgba(84, 101, 126, 0.1); }
  .header_fix_1:hover .wework-bar .wework_hover {
    color: #54657e; }

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.btn-text1 {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Helvetica Neue","Microsoft Yahei",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #666; }
  .btn-text1 img {
    vertical-align: middle;
    display: inline-block;
    line-height: 16px; }

.btn-cstm {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .btn-cstm.f {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    border: 1px #ddd solid; }
  .btn-cstm img {
    display: inline-block;
    vertical-align: middle;
    height: 0.366rem; }
    @media screen and (max-width: 700px) {
      .btn-cstm img {
        height: 0.732rem; } }

.btn-totop {
  width: 0.2196rem;
  height: 0.2196rem;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-size: cover;
  background-image: url("/templates/website/res/mat/top_.png"); }
  @media screen and (max-width: 990px) {
    .btn-totop {
      width: 0.3294rem;
      height: 0.3294rem; } }
  @media screen and (max-width: 700px) {
    .btn-totop {
      width: 0.7686rem;
      height: 0.7686rem; } }
  .btn-totop:hover {
    background-image: url("/templates/website/res/mat/top.png"); }

.btn, .nav .btn-nav, .nav .btn-nav-container, .nav .btn-nav2 {
  display: inline-block;
  text-decoration: none;
  list-style: none;
  color: black; }

.nav {
  font-size: 14px;
  width: 100%;
  height: 0.3152rem;
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #060b1c; }
  @media screen and (max-width: 990px) {
    .nav {
      height: 0.5857rem; } }
  @media screen and (max-width: 768px) {
    .nav {
      height: 60px; } }
  .nav .nav-menu {
    height: 100%;
    margin: 0 auto;
    float: right;
    margin-right: 1.73419rem;
    position: relative; }
    .nav .nav-menu > li {
      display: block;
      height: 100%;
      list-style: none;
      float: left; }
    @media screen and (max-width: 1450px) {
      .nav .nav-menu {
        margin-right: 1.1rem; } }
    @media screen and (max-width: 990px) {
      .nav .nav-menu {
        margin-right: 0;
        padding-left: 0; } }
    @media screen and (max-width: 768px) {
      .nav .nav-menu {
        display: none; } }
  .nav .nav_sub {
    display: none;
    list-style: none;
    width: 100%;
    background-color: #060b1c; }
    .nav .nav_sub .sub {
      width: 100%;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 990px) {
        .nav .nav_sub .sub {
          height: 0.5857rem; } }
      @media screen and (max-width: 768px) {
        .nav .nav_sub .sub {
          height: 60px; } }
      .nav .nav_sub .sub:hover a {
        border-bottom: 2px solid #17a3e7; }
      .nav .nav_sub .sub a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        text-decoration: none;
        height: 100%;
        text-align: center;
        line-height: 60px;
        font-size: 0.08408rem; }
        @media screen and (max-width: 990px) {
          .nav .nav_sub .sub a {
            line-height: 0.5857rem; } }
        @media screen and (max-width: 768px) {
          .nav .nav_sub .sub a {
            line-height: 60px; } }
        .nav .nav_sub .sub a.active {
          border-bottom: 2px solid #17a3e7; }
        .nav .nav_sub .sub a.sub_ai {
          padding-top: 10px;
          line-height: 20px !important; }
  .nav .nav-logo {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-left: 1.8393rem;
    padding-top: 0.07883rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .nav .nav-logo img {
      width: 0.81455rem; }
    @media screen and (max-width: 1450px) {
      .nav .nav-logo {
        padding-left: 1.1rem; } }
    @media screen and (max-width: 990px) {
      .nav .nav-logo {
        padding: 0.18rem 0 0;
        margin: 0; }
        .nav .nav-logo img {
          width: 1rem; } }
    @media screen and (max-width: 768px) {
      .nav .nav-logo {
        padding: 15px; }
        .nav .nav-logo img {
          width: 150px; } }
  .nav .btn-nav, .nav .btn-nav-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0.1051rem;
    margin-right: 0.1051rem;
    height: 100%;
    float: left;
    line-height: 0.3152rem;
    text-align: center;
    color: #fff;
    font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 0.084rem;
    font-weight: bold;
    font-family: SourceHanSansSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nav .btn-nav:hover, .nav .btn-nav-container:hover {
      border-bottom: 2px solid #17a3e7; }
    .nav .btn-nav.active, .nav .active.btn-nav-container {
      display: inline-block;
      width: auto;
      border-bottom: 2px solid #17a3e7; }
    @media screen and (max-width: 990px) {
      .nav .btn-nav, .nav .btn-nav-container {
        line-height: 0.5857rem;
        font-size: 0.1092rem;
        padding-left: 0.1rem;
        padding-right: 0.1rem; } }
    .nav .btn-nav.hb, .nav .hb.btn-nav-container {
      background-image: url("/templates/website/res/mat/hongbao.png");
      background-repeat: no-repeat;
      background-position: 8% 20%; }
  .nav .btn-nav2 .text-console {
    display: inline;
    cursor: pointer; }
  .nav .btn-nav2 .text-needlogin {
    display: none; }
  .nav .btn-nav2.needlogin .text-console {
    display: none; }
  .nav .btn-nav2.needlogin .text-needlogin {
    display: inline; }
  .nav .btn-nav2 .dis-none {
    display: none; }
  .nav .btn-nav2 .menu-mobile-two {
    background: #ededed; }
  .nav .btn-nav-container {
    min-width: 0.65rem;
    padding: 0.05rem 0.05rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0.2152rem; }
    .nav .btn-nav-container .text-console {
      display: inline; }
    .nav .btn-nav-container .text-needlogin {
      display: none; }
    .nav .btn-nav-container.needlogin {
      margin-left: 0.1rem;
      padding-right: 0;
      padding-left: 0; }
      .nav .btn-nav-container.needlogin .text-console {
        display: none; }
      .nav .btn-nav-container.needlogin .text-needlogin {
        display: inline; }
    @media screen and (max-width: 990px) {
      .nav .btn-nav-container {
        min-width: 0.845rem;
        line-height: 0.30976rem;
        padding-top: 0.13rem;
        padding-bottom: 0.13rem; } }
    @media screen and (max-width: 768px) {
      .nav .btn-nav-container {
        padding-top: 0.15rem;
        padding-bottom: 0.15rem; } }
    .nav .btn-nav-container:hover {
      border: none; }
  .nav .btn-nav-container .btn-console {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.0512rem;
    background-color: #17a3e7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff; }
    .nav .btn-nav-container .btn-console:hover {
      background-color: rgba(23, 163, 231, 0.8); }
  .nav .btn-nav2 {
    width: 4.7rem;
    line-height: 0.4392rem;
    line-height: 60px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    background-color: #060b1c;
    color: #fff;
    font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 0.2196rem; }
    @media screen and (max-width: 768px) {
      .nav .btn-nav2 {
        line-height: 1.8rem;
        width: 6.5rem;
        font-size: 0.549rem; } }
    .nav .btn-nav2:hover {
      background-color: #17a3e7; }
    .nav .btn-nav2.active {
      background-color: #17a3e7; }
    .nav .btn-nav2.hb {
      background-image: url("/templates/website/res/mat/hongbao.png");
      background-repeat: no-repeat;
      background-position: 20% 20%; }
  .nav .mobile_nav_sub {
    display: none;
    list-style: none;
    background-color: #30323a; }
    @media screen and (max-width: 768px) {
      .nav .mobile_nav_sub .sub {
        height: 1.8rem; } }
    .nav .mobile_nav_sub .sub:hover {
      background-color: #17a3e7; }
    @media screen and (max-width: 768px) {
      .nav .mobile_nav_sub .sub a {
        display: block;
        line-height: 1.8rem;
        text-align: center;
        width: 6.5rem;
        font-size: 0.549rem;
        text-decoration: none;
        color: #fff; } }
  .nav .menu-toggle {
    cursor: pointer;
    padding: 0.0732rem;
    height: 100%;
    margin-right: 0.7321rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    max-width: 45px;
    overflow: hidden;
    float: right; }
    .nav .menu-toggle .nav-menu-hide {
      display: none;
      height: 500px;
      margin: 0 auto;
      padding: 0;
      position: absolute;
      overflow-y: scroll;
      z-index: 9999;
      right: 0;
      top: 60px; }
      .nav .menu-toggle .nav-menu-hide li {
        display: block;
        list-style: none;
        float: none; }
      @media screen and (min-width: 769px) {
        .nav .menu-toggle .nav-menu-hide {
          display: none !important; } }
    .nav .menu-toggle .js-active {
      display: block !important; }
    .nav .menu-toggle img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 0.39413rem;
      vertical-align: middle; }
    @media screen and (min-width: 769px) {
      .nav .menu-toggle {
        display: none !important; } }

.fix_wrap {
  height: 0.3152rem; }
  @media screen and (max-width: 990px) {
    .fix_wrap {
      height: 0.5857rem; } }
  @media screen and (max-width: 768px) {
    .fix_wrap {
      height: 60px; } }

.mask-nav {
  position: fixed;
  display: none;
  top: 0.3152rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 990px) {
    .mask-nav {
      top: 0.5857rem; } }
  @media screen and (max-width: 768px) {
    .mask-nav {
      top: 60px; } }

.widget {
  position: fixed;
  right: 10px;
  top: 20%;
  z-index: 999;
  width: auto; }
  .widget .v_side {
    position: relative;
    background: #fff;
    width: 220px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 110px 110px 10px 10px;
    text-align: center;
    padding: 50px 0 30px; }
  .widget .v_side h3 {
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    padding: 30px 0; }
  .widget .v_side p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0; }
  .widget .v_side strong {
    display: block;
    color: #666666;
    font-size: 18px;
    line-height: 24px; }
  .widget .v_side span {
    display: block;
    padding-top: 15px;
    color: #fe1a1a;
    font-size: 20px;
    line-height: 30px; }
  .widget .v_side_btn {
    font-size: 17px;
    color: #8e8e8e;
    line-height: 35px;
    position: absolute;
    right: 220px;
    top: 45%;
    margin-top: 30px;
    width: 30px;
    height: 35px;
    z-index: 999;
    background-size: 100% 100%;
    cursor: pointer;
    background-color: white;
    border-radius: 20px 0px 0px 20px;
    box-sizing: border-box;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .widget .v_side_btn svg {
      width: 20px;
      height: 20px; }
  .widget .v_side_btn.hover {
    transform: rotate(180deg); }
  .widget .v_side_title {
    position: fixed;
    top: 47.6%;
    right: -220px;
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    font-size: 18px;
    background: white;
    color: #59b0ff;
    border-radius: 7px;
    box-shadow: 0px 4px 9px 1px #0000002b;
    cursor: pointer; }
  .widget .guild-wrap {
    position: relative;
    left: -25px;
    bottom: -10px;
    width: 100px;
    height: 200px;
    background: url("/templates/website/res/img/widget/designtime.png") no-repeat;
    background-size: 85px 170px;
    background-position: center; }
  .widget .item {
    position: relative;
    box-sizing: padding-box;
    width: 60px;
    height: 60px;
    margin: 10px 30px 0 0; }
    .widget .item .img-wrap {
      position: absolute;
      right: 0;
      width: 60px;
      height: 60px;
      border-radius: 10px; }
    .widget .item .img-wrap-active {
      position: absolute;
      display: none;
      right: 0;
      width: 60px;
      height: 60px;
      border-radius: 10px; }
    .widget .item .dialog {
      position: absolute;
      right: 80px;
      top: -25px;
      background: #fff;
      min-width: 280px;
      font-size: 16px;
      border: 1px solid #ddd;
      box-shadow: 0 2px 4px #8a8a8a;
      border-top: 2px solid #2ea3eb; }
      .widget .item .dialog .content {
        position: relative;
        z-index: 99;
        padding: 10px;
        background: #fff; }
        .widget .item .dialog .content .title-text {
          color: #59b0ff; }
        .widget .item .dialog .content .title-1 {
          font-size: 14px; }
      .widget .item .dialog .angle {
        position: absolute;
        top: 20%;
        right: -10px;
        z-index: 90;
        width: 30px;
        height: 30px;
        background: #fff;
        box-shadow: 0 0 4px #8a8a8a;
        transform: rotate(45deg); }
      .widget .item .dialog .hover-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 22px;
        bottom: 0;
        transform: translateX(100%);
        background-color: transparent; }
    .widget .item:hover .img-wrap {
      display: none; }
    .widget .item:hover .img-wrap-active {
      display: block;
      filter: grayscale(50%); }
    .widget .item:hover .dialog {
      display: block !important; }
  .widget .item.qq-item {
    cursor: pointer; }
  .widget .item.wx-item .img-wrap {
    background: url("/templates/website/res/img/widget/rwx_index_weixin.png") no-repeat;
    background-size: cover;
    background-position: center; }
  .widget .item.qq-item .img-wrap {
    background: url("/templates/website/res/img/widget/rwx_index_qq.png") no-repeat;
    background-size: cover;
    background-position: center; }
  .widget .item.phone-item .img-wrap {
    background: url("/templates/website/res/img/widget/rwx_index_tel.png") no-repeat;
    background-size: cover;
    background-position: center; }
  .widget .item.slide-up .img-wrap {
    background: url("/templates/website/res/img/widget/to-up.png") no-repeat;
    background-size: 100% 100%;
    background-position: center; }
  .widget .item.wx-item .img-wrap-active {
    background: url("/templates/website/res/img/widget/rwx_index_weixin.png") no-repeat;
    background-size: cover;
    background-position: center; }
  .widget .item.qq-item .img-wrap-active {
    background: url("/templates/website/res/img/widget/rwx_index_qq.png") no-repeat;
    background-size: cover;
    background-position: center; }
  .widget .item.phone-item .img-wrap-active {
    background: url("/templates/website/res/img/widget/rwx_index_tel.png") no-repeat;
    background-size: cover;
    background-position: center; }
  .widget .item.slide-up .img-wrap-active {
    background: url("/templates/website/res/img/widget/to-up-active.png") no-repeat;
    background-size: 100% 100%;
    background-position: center; }

.widgetMobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  line-height: 1.2rem; }
  .widgetMobile .item {
    flex: 1;
    position: relative;
    color: #fff; }
    .widgetMobile .item .text {
      padding-left: 0.1rem;
      font-size: 0.45rem; }
    .widgetMobile .item .toast {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99; }
      .widgetMobile .item .toast .mask {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.6); }
      .widgetMobile .item .toast .content {
        position: absolute;
        z-index: 999;
        width: 5rem;
        height: 8.0rem;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        border-radius: 15px; }
        .widgetMobile .item .toast .content .icon {
          height: 1rem;
          width: 1rem;
          position: absolute;
          top: -0.2rem;
          right: -0.5rem; }
        .widgetMobile .item .toast .content .tips {
          background: #fff;
          font-size: 0.5rem;
          font-weight: bold;
          width: 100%;
          color: #333;
          height: 0.8rem;
          line-height: 1.2rem;
          border-radius: 15px; }
        .widgetMobile .item .toast .content .sub-text {
          background: #fff;
          font-size: 0.4rem;
          color: #999;
          width: 100%;
          border-radius: 15px; }
          .widgetMobile .item .toast .content .sub-text .text-1 {
            font-size: 0.45rem;
            line-height: 0.5rem;
            color: #333; }
          .widgetMobile .item .toast .content .sub-text .text-2 {
            line-height: 0.7rem;
            height: 0.9rem; }
          .widgetMobile .item .toast .content .sub-text .text-3 {
            font-size: 0.35rem;
            line-height: 0.7rem; }
        .widgetMobile .item .toast .content .sub-text a {
          display: inline-block;
          font-size: 14px;
          margin-top: 15px;
          border: 2px solid #5dc15d;
          padding: 0 40px;
          line-height: 34px;
          border-radius: 5px;
          color: #fff;
          background: #5dc15d; }
    .widgetMobile .item .phone {
      position: absolute;
      top: -1.3rem;
      width: 100%;
      box-shadow: 0 0 2px #8a8a8a;
      line-height: 1rem;
      font-size: 0.3rem;
      background: #fff;
      text-align: center;
      color: #59b0ff;
      z-index: 99; }
      .widgetMobile .item .phone .phone-mask {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99; }
      .widgetMobile .item .phone .angle {
        position: absolute;
        bottom: -0.1rem;
        bottom: -0.3rem;
        left: 40%;
        width: 0.3rem;
        height: 0.3rem; }
  .widgetMobile .item:nth-child(1) {
    background: #5dc15d; }
  .widgetMobile .item:nth-child(2) {
    background: #59b0ff; }
  .widgetMobile .item:nth-child(3) {
    background: #fe7c00; }
  .widgetMobile .icon-img {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.1rem; }

.footer-wrap {
  width: 100%;
  background-color: #222327; }
  .footer-wrap a {
    text-decoration: none; }
  .footer-wrap ul, .footer-wrap li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-wrap .footer-content {
    width: 6.30616rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .footer-wrap .footer-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.78675rem;
    -webkit-flex: 0 0 1.78675rem;
    flex: 0 0 1.78675rem;
    width: 1.78675rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footer-wrap .footer-left .slogan-wrap {
      width: 1.78675rem;
      margin: 0.20833rem 0 0.27083rem;
      font-size: 0; }
      .footer-wrap .footer-left .slogan-wrap .logo {
        width: 0.8125rem;
        height: 0.16146rem;
        vertical-align: middle; }
      .footer-wrap .footer-left .slogan-wrap .slogan {
        display: inline-block;
        vertical-align: middle;
        line-height: 0.16146rem;
        font-size: 0.07292rem;
        letter-spacing: 1.4px;
        color: #999; }
    .footer-wrap .footer-left .footer-nav-wrap {
      width: 100%; }
      .footer-wrap .footer-left .footer-nav-wrap ul, .footer-wrap .footer-left .footer-nav-wrap li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .footer-wrap .footer-left .footer-nav-wrap.mobile {
        display: none; }
        .footer-wrap .footer-left .footer-nav-wrap.mobile .footer-nav-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          text-align: center; }
          .footer-wrap .footer-left .footer-nav-wrap.mobile .footer-nav-content .footer-nav-item a.link {
            display: block;
            padding: 0.18393rem 0.34159rem;
            line-height: 12.4px;
            font-size: 12px;
            text-decoration: none;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 3px; }
          .footer-wrap .footer-left .footer-nav-wrap.mobile .footer-nav-content .footer-nav-item .sub-content {
            margin-top: 18px;
            text-align: center; }
            .footer-wrap .footer-left .footer-nav-wrap.mobile .footer-nav-content .footer-nav-item .sub-content .sub-item a {
              display: block;
              line-height: 24px;
              font-size: 12px;
              color: #dbdbdb; }
              .footer-wrap .footer-left .footer-nav-wrap.mobile .footer-nav-content .footer-nav-item .sub-content .sub-item a:hover {
                color: #fff; }
    .footer-wrap .footer-left .qr-wrap.mobile {
      display: none; }
    .footer-wrap .footer-left .qr-wrap .qr-img {
      width: 0.63062rem;
      height: 0.63062rem; }
      .footer-wrap .footer-left .qr-wrap .qr-img .img {
        width: 100%;
        height: 100%; }
    .footer-wrap .footer-left .qr-wrap .qr-name {
      margin: 0.02604rem 0 0;
      padding: 0;
      width: 0.63062rem;
      line-height: 0.07292rem;
      font-size: 0.07292rem;
      color: #999;
      text-align: justify;
      text-justify: inter-word;
      text-justify: inter-ideograph; }
      .footer-wrap .footer-left .qr-wrap .qr-name .span-justify {
        display: inline-block;
        width: 100%; }
    .footer-wrap .footer-left .contact-wrap {
      margin-top: 0.24479rem;
      margin-bottom: 0.5625rem;
      font-size: 0.0625rem; }
      .footer-wrap .footer-left .contact-wrap p {
        margin: 0.04204rem 0;
        line-height: 0.12612rem;
        color: #999; }
        .footer-wrap .footer-left .contact-wrap p a {
          font-size: 0.0625rem;
          text-decoration: none;
          color: #999; }
          .footer-wrap .footer-left .contact-wrap p a:hover {
            color: #fff; }
    .footer-wrap .footer-left .friendlink {
      display: none; }
  .footer-wrap .footer-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 0.11979rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footer-wrap .footer-right .line {
      width: 100%;
      height: 2px;
      background-color: #444; }
      .footer-wrap .footer-right .line.line-top {
        margin: 0.28125rem 0 0.17708rem; }
      .footer-wrap .footer-right .line.line-bottom {
        margin-top: 0.18918rem; }
    .footer-wrap .footer-right .friendlink {
      margin-top: 10px;
      color: #dbdbdb; }
      .footer-wrap .footer-right .friendlink .sub-item {
        float: left;
        display: block;
        line-height: 0.16667rem;
        font-size: .0725rem;
        margin-right: 10px; }
        .footer-wrap .footer-right .friendlink .sub-item a {
          display: block;
          line-height: 0.16667rem;
          font-size: .0725rem;
          color: #dbdbdb; }
          .footer-wrap .footer-right .friendlink .sub-item a:hover {
            color: #fff; }
    .footer-wrap .footer-right .content-wrap .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .footer-wrap .footer-right .content-wrap .content .content-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 0.54688rem;
        -webkit-flex: 0 1 0.54688rem;
        flex: 0 1 0.54688rem;
        width: 0.54688rem; }
        .footer-wrap .footer-right .content-wrap .content .content-item a.item-title {
          display: block;
          width: 0.54688rem;
          padding: 0.0625rem 0;
          line-height: 0.07552rem;
          font-size: 0.07292rem;
          border: 1px solid #dbdbdb;
          border-radius: 3px;
          color: #dbdbdb;
          text-align: center; }
        .footer-wrap .footer-right .content-wrap .content .content-item .sub-content {
          margin-top: 0.09459rem;
          text-align: center; }
          .footer-wrap .footer-right .content-wrap .content .content-item .sub-content .sub-item a {
            display: block;
            line-height: 0.16667rem;
            font-size: 0.0625rem;
            color: #dbdbdb; }
            .footer-wrap .footer-right .content-wrap .content .content-item .sub-content .sub-item a:hover {
              color: #fff; }

.footer-mask {
  display: none;
  height: 0.95rem;
  line-height: 0.95rem; }

@media screen and (max-width: 1700px) {
  .footer-wrap .footer-content {
    width: 75%; } }

@media screen and (max-width: 1100px) {
  .footer-wrap .footer-left .qr-wrap .qr-img {
    width: 0.625rem;
    height: 0.625rem; }
  .footer-wrap .footer-left .qr-wrap .qr-name {
    margin-top: 0.04688rem;
    width: 0.625rem;
    line-height: 0.0875rem; }
  .footer-wrap .footer-left .contact-wrap p {
    line-height: 0.15135rem; }
  .footer-wrap .footer-left .friendlink {
    display: none; }
  .footer-wrap .footer-right .line.line-top {
    margin-top: 0.42188rem; }
  .footer-wrap .footer-right .content-wrap .content .content-item {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 0.60434rem;
    -webkit-flex: 0 1 0.60434rem;
    flex: 0 1 0.60434rem;
    width: 0.60434rem; }
    .footer-wrap .footer-right .content-wrap .content .content-item a.item-title {
      width: 0.60434rem; } }

@media screen and (max-width: 990px) {
  .footer-wrap .footer-content {
    width: 98%; }
  .footer-wrap .footer-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.68012rem;
    -webkit-flex: 0 0 2.68012rem;
    flex: 0 0 2.68012rem;
    width: 2.68012rem; }
    .footer-wrap .footer-left .slogan-wrap {
      margin: 0.27083rem 0 0.35208rem;
      width: 2.68012rem; }
      .footer-wrap .footer-left .slogan-wrap .logo {
        width: 1.21875rem;
        height: 0.24219rem; }
      .footer-wrap .footer-left .slogan-wrap .slogan {
        line-height: 0.24219rem; }
    .footer-wrap .footer-left .qr-wrap.pc {
      text-align: center;
      font-size: 0; }
      .footer-wrap .footer-left .qr-wrap.pc .qr-img {
        width: 100%;
        height: auto; }
        .footer-wrap .footer-left .qr-wrap.pc .qr-img .img {
          width: 0.78125rem;
          height: 0.78125rem; }
      .footer-wrap .footer-left .qr-wrap.pc .qr-name {
        display: inline-block;
        margin-top: 0.05208rem;
        width: 1.04167rem;
        line-height: 0.10938rem; }
    .footer-wrap .footer-left .contact-wrap {
      margin-top: 0.36719rem;
      margin-bottom: 0.675rem; }
      .footer-wrap .footer-left .contact-wrap p {
        line-height: 0.18918rem; }
    .footer-wrap .footer-left .friendlink {
      display: none; }
  .footer-wrap .footer-right .line.line-top {
    margin: 0.36563rem 0 0.26562rem; }
  .footer-wrap .footer-right .line.line-bottom {
    margin-top: 0.28378rem; }
  .footer-wrap .footer-right .friendlink {
    margin-top: 10px;
    color: #dbdbdb; }
    .footer-wrap .footer-right .friendlink .sub-item {
      float: left;
      display: block;
      line-height: 0.16667rem;
      font-size: .0725rem;
      margin-right: 10px; }
      .footer-wrap .footer-right .friendlink .sub-item a {
        display: block;
        line-height: 0.16667rem;
        font-size: .0725rem;
        color: #dbdbdb; }
        .footer-wrap .footer-right .friendlink .sub-item a:hover {
          color: #fff; }
  .footer-wrap .footer-right .content-wrap .content .content-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 0.76562rem;
    -webkit-flex: 0 1 0.76562rem;
    flex: 0 1 0.76562rem;
    width: 0.76562rem; }
    .footer-wrap .footer-right .content-wrap .content .content-item a.item-title {
      width: 0.76562rem;
      padding: 0.0875rem 0;
      line-height: 0.10573rem; }
    .footer-wrap .footer-right .content-wrap .content .content-item .sub-content {
      margin-top: 0.13138rem; }
      .footer-wrap .footer-right .content-wrap .content .content-item .sub-content .sub-item a {
        line-height: 0.21667rem; } }

@media screen and (max-width: 880px) {
  .footer-wrap .footer-right .line.line-top {
    margin-top: 0.61875rem; } }

@media screen and (max-width: 768px) {
  .footer-wrap .footer-content {
    width: 100%; }
  .footer-wrap .footer-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.26276rem; }
    .footer-wrap .footer-left .slogan-wrap {
      width: 100%;
      margin: 0.4572rem 0 0.76199rem;
      white-space: nowrap; }
      .footer-wrap .footer-left .slogan-wrap .logo {
        width: 3.16622rem;
        height: 0.55179rem; }
      .footer-wrap .footer-left .slogan-wrap .slogan {
        margin-left: 4px;
        font-size: 12px;
        line-height: 0.55179rem; }
    .footer-wrap .footer-left .footer-nav-wrap.mobile {
      display: block; }
    .footer-wrap .footer-left .qr-wrap.mobile {
      display: block;
      margin-bottom: 0.39413rem;
      text-align: center;
      font-size: 0; }
    .footer-wrap .footer-left .qr-wrap.pc {
      display: none; }
    .footer-wrap .footer-left .qr-wrap .qr-img {
      display: inline-block;
      width: 3.59977rem;
      height: 3.59977rem; }
    .footer-wrap .footer-left .qr-wrap .qr-name {
      display: inline-block;
      margin-top: 0.13138rem;
      width: 3.59977rem;
      font-size: 0.47296rem;
      line-height: 0.47822rem;
      text-align: justify; }
    .footer-wrap .footer-left .contact-wrap {
      text-align: center;
      margin: 0.78827rem auto 0.98534rem; }
      .footer-wrap .footer-left .contact-wrap p {
        line-height: 0.47296rem;
        font-size: 12px; }
        .footer-wrap .footer-left .contact-wrap p a {
          font-size: 12px;
          line-height: 0.47296rem; }
    .footer-wrap .footer-left .friendlink {
      display: block;
      margin: 0 auto 0.98534rem;
      color: #dbdbdb;
      text-align: center; }
      .footer-wrap .footer-left .friendlink .sub-item {
        display: inline;
        line-height: 0.16667rem;
        margin-right: 10px;
        font-size: 12px; }
        .footer-wrap .footer-left .friendlink .sub-item a {
          font-size: 12px;
          line-height: 0.16667rem;
          color: #dbdbdb; }
          .footer-wrap .footer-left .friendlink .sub-item a:hover {
            color: #fff; }
  .footer-wrap .footer-right {
    display: none; } }

.icon-aiyiyin {
  background-position: -10px -10px; }

.icon-apijiekou {
  background-position: -46px -10px; }

.icon-biaodan {
  background-position: -10px -46px; }

.icon-biaodanjianqun {
  background-position: -46px -46px; }

.icon-biaoqianlaqun {
  background-position: -82px -10px; }

.icon-biaozhunSOP {
  background-position: -82px -46px; }

.icon-aiyiyin_select {
  background-position: -10px -82px; }

.icon-apijiekou_select {
  background-position: -46px -82px; }

.icon-biaodan_select {
  background-position: -82px -82px; }

.icon-biaodanjianqun_select {
  background-position: -118px -10px; }

.icon-biaoqianlaqun_select {
  background-position: -118px -46px; }

.icon-biaozhunSOP_select {
  background-position: -118px -82px; }

.icon-chaojiqunfa_select {
  background-position: -10px -118px; }

.icon-chebianlan_select {
  background-position: -46px -118px; }

.icon-chengyuanbaobao_select {
  background-position: -82px -118px; }

.icon-corpReport_select {
  background-position: -118px -118px; }

.icon-dabiaoqian_select {
  background-position: -154px -10px; }

.icon-dongtaiSOP_select {
  background-position: -154px -46px; }

.icon-gaiqunming_select {
  background-position: -154px -82px; }

.icon-guanggao_select {
  background-position: -154px -118px; }

.icon-guanjianchilaqun_select {
  background-position: -10px -154px; }

.icon-guanjianzihuifu_select {
  background-position: -46px -154px; }

.icon-haomajiami_select {
  background-position: -82px -154px; }

.icon-huasu_select {
  background-position: -118px -154px; }

.icon-huifu_select {
  background-position: -154px -154px; }

.icon-huomajinqun_select {
  background-position: -190px -10px; }

.icon-jiaqunhaoyou_select {
  background-position: -190px -46px; }

.icon-jiekoutuoke_select {
  background-position: -190px -82px; }

.icon-jiqirenbaogao_select {
  background-position: -190px -118px; }

.icon-jishuqunfa_select {
  background-position: -190px -154px; }

.icon-kefu_select {
  background-position: -10px -190px; }

.icon-kehubiaoqian_select {
  background-position: -46px -190px; }

.icon-kehulianxibaogao_select {
  background-position: -82px -190px; }

.icon-kehuliebian_select {
  background-position: -118px -190px; }

.icon-laiyuan_select {
  background-position: -154px -190px; }

.icon-lianjiezuizhong_select {
  background-position: -190px -190px; }

.icon-lianxima_select {
  background-position: -226px -10px; }

.icon-liaotianjilu_select {
  background-position: -226px -46px; }

.icon-liushikehu_select {
  background-position: -226px -82px; }

.icon-minganchi_select {
  background-position: -226px -118px; }

.icon-mingpian_select {
  background-position: -226px -154px; }

.icon-mingpianma_select {
  background-position: -226px -190px; }

.icon-orderApi_select {
  background-position: -10px -226px; }

.icon-piliang_select {
  background-position: -46px -226px; }

.icon-piliangyaoqingruqun_select {
  background-position: -82px -226px; }

.icon-product_select {
  background-position: -118px -226px; }

.icon-qiyebaogao_select {
  background-position: -154px -226px; }

.icon-qudaoma_select {
  background-position: -190px -226px; }

.icon-qunbiaoqian_select {
  background-position: -226px -226px; }

.icon-qunfagonggao_select {
  background-position: -262px -10px; }

.icon-qunfaxiaoxi_select {
  background-position: -262px -46px; }

.icon-qunhuoma_select {
  background-position: -262px -82px; }

.icon-qunkongjian_select {
  background-position: -262px -118px; }

.icon-qunliaotongjibaogao_select {
  background-position: -262px -154px; }

.icon-qunliebian_select {
  background-position: -262px -190px; }

.icon-qunSOP_select {
  background-position: -262px -226px; }

.icon-renqunbao_select {
  background-position: -10px -262px; }

.icon-ruqunbiaoqian_select {
  background-position: -46px -262px; }

.icon-ruqunhuanyingyu_select {
  background-position: -82px -262px; }

.icon-shucaiku_select {
  background-position: -118px -262px; }

.icon-sujutongji_select {
  background-position: -154px -262px; }

.icon-tuoke-phone_select {
  background-position: -190px -262px; }

.icon-tuoke-order_select {
  background-position: -226px -262px; }

.icon-xinke_select {
  background-position: -262px -262px; }

.icon-xinkehuruqun_select {
  background-position: -298px -10px; }

.icon-xinkeSOPicon_select {
  background-position: -298px -46px; }

.icon-yinliulianjie_select {
  background-position: -298px -82px; }

.icon-zaizijicheng_select {
  background-position: -298px -118px; }

.icon-zhuanjie_select {
  background-position: -298px -154px; }

.icon-zidongdabiao_select {
  background-position: -298px -190px; }

.icon-zidongpengyouquan_select {
  background-position: -298px -226px; }

.icon-chaojiqunfa {
  background-position: -298px -262px; }

.icon-chebianlan {
  background-position: -10px -298px; }

.icon-chengyuanbaobao {
  background-position: -46px -298px; }

.icon-corpReport {
  background-position: -82px -298px; }

.icon-dabiaoqian {
  background-position: -118px -298px; }

.icon-dongtaiSOP {
  background-position: -154px -298px; }

.icon-gaiqunming {
  background-position: -190px -298px; }

.icon-guanggao {
  background-position: -226px -298px; }

.icon-guanjianchilaqun {
  background-position: -262px -298px; }

.icon-guanjianzihuifu {
  background-position: -298px -298px; }

.icon-haomajiami {
  background-position: -334px -10px; }

.icon-huasu {
  background-position: -334px -46px; }

.icon-huifu {
  background-position: -334px -82px; }

.icon-huomajinqun {
  background-position: -334px -118px; }

.icon-jiaqunhaoyou {
  background-position: -334px -154px; }

.icon-jiekoutuoke {
  background-position: -334px -190px; }

.icon-jiqirenbaogao {
  background-position: -334px -226px; }

.icon-jishuqunfa {
  background-position: -334px -262px; }

.icon-kefu {
  background-position: -334px -298px; }

.icon-kehubiaoqian {
  background-position: -10px -334px; }

.icon-kehulianxibaogao {
  background-position: -46px -334px; }

.icon-kehuliebian {
  background-position: -82px -334px; }

.icon-laiyuan {
  background-position: -118px -334px; }

.icon-lianjiezuizhong {
  background-position: -154px -334px; }

.icon-lianxima {
  background-position: -190px -334px; }

.icon-liaotianjilu {
  background-position: -226px -334px; }

.icon-minganchi {
  background-position: -262px -334px; }

.icon-liushikehu {
  background-position: -298px -334px; }

.icon-mingpian {
  background-position: -334px -334px; }

.icon-mingpianma {
  background-position: -370px -10px; }

.icon-orderApi {
  background-position: -370px -46px; }

.icon-piliang {
  background-position: -370px -82px; }

.icon-piliangyaoqingruqun {
  background-position: -370px -118px; }

.icon-product {
  background-position: -370px -154px; }

.icon-qiyebaogao {
  background-position: -370px -190px; }

.icon-qudaoma {
  background-position: -370px -226px; }

.icon-qunbiaoqian {
  background-position: -370px -262px; }

.icon-qunfagonggao {
  background-position: -370px -298px; }

.icon-qunfaxiaoxi {
  background-position: -370px -334px; }

.icon-qunhuoma {
  background-position: -10px -370px; }

.icon-qunkongjian {
  background-position: -46px -370px; }

.icon-qunliaotongjibaogao {
  background-position: -82px -370px; }

.icon-qunliebian {
  background-position: -118px -370px; }

.icon-qunSOP {
  background-position: -154px -370px; }

.icon-renqunbao {
  background-position: -190px -370px; }

.icon-ruqunbiaoqian {
  background-position: -226px -370px; }

.icon-ruqunhuanyingyu {
  background-position: -262px -370px; }

.icon-shucaiku {
  background-position: -298px -370px; }

.icon-sujutongji {
  background-position: -334px -370px; }

.icon-tuoke-order {
  background-position: -370px -370px; }

.icon-tuoke-phone {
  background-position: -406px -10px; }

.icon-xinke {
  background-position: -406px -46px; }

.icon-xinkehuruqun {
  background-position: -406px -82px; }

.icon-xinkeSOPicon {
  background-position: -406px -118px; }

.icon-yinliulianjie {
  background-position: -406px -154px; }

.icon-zaizijicheng {
  background-position: -406px -190px; }

.icon-zhuanjie {
  background-position: -406px -226px; }

.icon-zidongdabiao {
  background-position: -406px -262px; }

.icon-zidongpengyouquan {
  background-position: -406px -298px; }

.lazyLoadImage {
  object-fit: contain; }
